CommonApiParams class
Constructors
Properties
-
deepPopulate
→ BuiltList<
ApiPopulate> ? -
final
-
filter
→ Map<
String, dynamic> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- key → String?
-
final
- limit → int?
-
final
- populate → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- select → String?
-
final
- skip → int?
-
final
- sort → String?
-
final
Methods
-
copyWith(
{Map< String, dynamic> ? filter, int? skip, int? limit, String? sort, String? select, String? populate, List<ApiPopulate> ? deepPopulate}) → CommonApiParams -
merge(
CommonApiParams? other) → CommonApiParams -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toQueryParameters(
) → Map< String, String> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override