RespList<T> class
abstract
- Available extensions
Constructors
Properties
- code ↔ int?
-
getter/setter pair
-
data
→ List<
T> ? -
no setter
- errno ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
list
↔ List<
T> ? -
getter/setter pair
- message ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
getter/setter pair
- total ↔ int?
-
getter/setter pair
- uuid ↔ String?
-
getter/setter pair
- xTotal → int
-
no setter
Methods
-
dataFromJson(
Map< String, dynamic> json) → T? -
isDataVali(
) → bool -
Available on RespList, provided by the RespListExt extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showErr(
) → String? -
Available on RespList, provided by the RespListExt extension
-
superFromJson(
Map< String, dynamic> json) → void -
Available on RespList, provided by the RespListExt extension
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
valid(
) → bool -
Available on RespList, provided by the RespListExt extension
-
validNotGoLogin(
) → bool -
Available on RespList, provided by the RespListExt extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited