FilterResponse<Model> class
Constructors
-
FilterResponse({List<
Model> ? data, Pager? pager}) -
FilterResponse.fromJson(Map<
String, dynamic> json, Model fromModelJson(dynamic)) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
Map< String, dynamic> toModelJson(Model)) → Map<String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited