ResponseEntityList<T> class
Constructors
-
ResponseEntityList.new(bool ok, {required List<
T> response, required String? message, int? limit, int? page, int? total}) -
ResponseEntityList.fromEntityList(List<
T> t) -
factory
-
ResponseEntityList.fromJson({String rootNode = 'data', dynamic json, required T fromJson(Map<
String, dynamic> o)}) -
factory
- ResponseEntityList.withError(String errorValue)
-
factory
Properties
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