UParkingSubscriptionReadParams class
Constructors
-
UParkingSubscriptionReadParams({String? parkingId, String? licencePlate, String? query, bool? isActive, bool? isExpiringSoon, bool? isExpired, int expiringInDays = 7, int? pageSize, int? pageNumber, List<
int> ? tags, UParkingSubscriptionSelectorArgs? selectorArgs, DateTime? fromCreatedAt, DateTime? toCreatedAt, List<String> ? ids, String? creatorId, TagOrderBy orderBy = TagOrderBy.createdAt}) - UParkingSubscriptionReadParams.fromJson(String str)
-
factory
-
UParkingSubscriptionReadParams.fromMap(Map<
String, dynamic> json) -
factory
Properties
- creatorId → String?
-
final
- expiringInDays → int
-
final
- fromCreatedAt → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ids
→ List<
String> ? -
final
- isActive → bool?
-
final
- isExpired → bool?
-
final
- isExpiringSoon → bool?
-
final
- licencePlate → String?
-
final
- orderBy → TagOrderBy
-
final
- pageNumber → int?
-
final
- pageSize → int?
-
final
- parkingId → String?
-
final
- query → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectorArgs → UParkingSubscriptionSelectorArgs?
-
final
-
final
- toCreatedAt → DateTime?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited