RespData class

Constructors

RespData({required dynamic code, required String message, required dynamic data, required bool success, int unLoginCode = -999, OnUnLogin? onUnLogin, OnCodeError? onCodeError, List<String>? containKeys})

Properties

code → dynamic
final
containKeys List<String>?
final
data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
onCodeError OnCodeError?
final
onUnLogin OnUnLogin?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final
unLoginCode int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
override

Operators

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