LoanConfirmationModel class

Inheritance

Constructors

LoanConfirmationModel.new()

Properties

apiAddInsurance ApiCallResponse?
getter/setter pair
apiRequestCompleter Completer<ApiCallResponse>?
getter/setter pair
beneficiaryName String
State fields for stateful widgets in this component.
getter/setter pair
checkboxValue bool?
getter/setter pair
contributionConfirm bool?
getter/setter pair
disposeOnWidgetDisposal bool
getter/setter pairinherited
getter/setter pair
getter/setter pair
formKey GlobalKey<FormState>
final
getTenorCall ApiCallResponse?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoandepositConfirm bool?
getter/setter pair
maximumTenor int
getter/setter pair
minimumTenor int
getter/setter pair
myAccountResponse ApiCallResponse?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenorValue String?
getter/setter pair
tenorValueController FormFieldController<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
waitForApiRequestCompleted({double minWait = 0, double maxWait = double.infinity}) Future
Additional helper methods are added here.

Operators

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