MDResponse class

Annotations
  • @JsonSerializable()

Constructors

MDResponse()
MDResponse.a({required String status, required String message, dynamic data, String? fileID, String? fileName, String? file64, String? devError, String? arError, String? fileExtension})
MDResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arError String?
getter/setter pair
data ↔ dynamic
getter/setter pair
devError String?
getter/setter pair
file64 String?
getter/setter pair
fileExtension String?
getter/setter pair
fileID String?
getter/setter pair
fileName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pair
newID String?
getter/setter pair
otpToken String?
getter/setter pair
outParameters String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ServerTime String?
getter/setter pair
status String
getter/setter pair
totalRowsCount String?
getter/setter pair

Methods

decryptData() Future<MDResponse>
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