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

hashCode int
The hash code for this object.
no setterinherited
limit int?
final
message String?
final
ok bool
final
page int?
final
response List<T>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int?
final

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