SqliteTestPage class

Constructors

SqliteTestPage({dynamic key, required dynamic appAttributes, required dynamic footer, required String titleBuilder(dynamic), required String descriptionBuilder(dynamic), required String runLabelBuilder(dynamic), required String runningLabelBuilder(dynamic), String errorPrefix = 'ERROR: '})
const

Properties

appAttributes → dynamic
final
descriptionBuilder String Function(dynamic)
final
errorPrefix String
final
final
hashCode int
The hash code for this object.
no setterinherited
runLabelBuilder String Function(dynamic)
final
runningLabelBuilder String Function(dynamic)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleBuilder String Function(dynamic)
final

Methods

createState() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited