ApplicationModel class
Constructors
- ApplicationModel({required int id, required String myId, required bool hasMyId, required String errorReason, required String status, required String state, required String rejectionReason, required bool hasOtp, required String serverStatus, required String serverState, required String otpType, required bool hasLimit})
-
ApplicationModel.fromJson(Map<
String, dynamic> response) -
factory
Properties
- errorReason → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasLimit → bool
-
final
- hasMyId → bool
-
final
- hasOtp → bool
-
final
- id → int
-
final
- myId → String
-
final
- otpType → String
-
final
- rejectionReason → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverState → String
-
final
- serverStatus → String
-
final
- state → String
-
final
- status → String
-
final
Methods
-
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