ApplicationModel constructor
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,
Implementation
ApplicationModel({
required this.id,
required this.myId,
required this.hasMyId,
required this.errorReason,
required this.status,
required this.state,
required this.rejectionReason,
required this.hasOtp,
required this.serverStatus,
required this.serverState,
required this.otpType,
required this.hasLimit,
});