GetStatementModel class

Inheritance

Constructors

GetStatementModel()

Properties

analyzeBankStatement ApiCallResponse?
getter/setter pair
apiResultf81 ApiCallResponse?
getter/setter pair
callCount int?
Local state fields for this component.
getter/setter pair
datePicked1 DateTime?
State fields for stateful widgets in this component.
getter/setter pair
datePicked2 DateTime?
getter/setter pair
disposeOnWidgetDisposal bool
getter/setter pairinherited
formKey GlobalKey<FormState>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statementCall ↔ dynamic
getter/setter pair
ticketNumberController TextEditingController?
getter/setter pair
ticketNumberControllerValidator String? Function(BuildContext, String?)?
getter/setter pair
ticketPasswordController TextEditingController?
getter/setter pair
ticketPasswordControllerValidator String? Function(BuildContext, String?)?
getter/setter pair
transactionToken String?
getter/setter pair
updateOnChange bool
getter/setter pairinherited

Methods

dispose() → void
override
initState(BuildContext context) → void
Initialization and disposal methods.
override
maybeDispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onUpdate() → void
inherited
setOnUpdate({bool updateOnChange = false, required VoidCallback onUpdate}) GajModel
inherited
toString() String
A string representation of this object.
inherited
updatePage(VoidCallback callback) → void
inherited

Operators

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