ApiMessageModel class
Constructors
-
ApiMessageModel({required DateTime dateTime, required ApiProcessType apiProcessType, required Map<
String, dynamic> detailLogJsonMap, required Map<String, dynamic> shortLogJsonMap, required ApiLogLevel apiLogLevel, NetworkErrorType? errorType, int? statusCode, int? businessCode, bool? isCacheApiLog})
Properties
- apiLogLevel ↔ ApiLogLevel
-
getter/setter pair
- apiProcessType ↔ ApiProcessType
-
getter/setter pair
- businessCode ↔ int?
-
getter/setter pair
- dateTime ↔ DateTime
-
getter/setter pair
-
detailLogJsonMap
↔ Map<
String, dynamic> -
getter/setter pair
- errorType ↔ NetworkErrorType?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCacheApiLog ↔ bool?
-
getter/setter pair
- logHeaderString → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shortLogJsonMap
↔ Map<
String, dynamic> -
getter/setter pair
- statusCode ↔ int?
-
getter/setter pair
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