UProductReadParams class

Constructors

UProductReadParams.new({String? query, String? title, String? code, String? parentId, String? userId, int? minStock, int? maxStock, double? minPrice, double? maxPrice, bool? showCategories, bool? showCategoriesMedia, bool? showMedia, bool? showUser, bool? showUserMedia, bool? showUserCategory, bool? showChildren, bool? showChildrenDepth, List<String>? ids, int? pageSize, int? pageNumber, DateTime? fromCreatedAt, DateTime? toCreatedAt, bool? orderByCreatedAt, bool? orderByCreatedAtDesc, bool? orderByUpdatedAt, bool? orderByUpdatedAtDesc, List<int>? tags, bool? showCommentCount, bool? showIsFollowing, bool? showChildrenCount})
UProductReadParams.fromJson(String str)
factory
UProductReadParams.fromMap(Map<String, dynamic> json)
factory

Properties

code String?
final
fromCreatedAt DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
ids List<String>?
final
maxPrice double?
final
maxStock int?
final
minPrice double?
final
minStock int?
final
orderByCreatedAt bool?
final
orderByCreatedAtDesc bool?
final
orderByUpdatedAt bool?
final
orderByUpdatedAtDesc bool?
final
pageNumber int?
final
pageSize int?
final
parentId String?
final
query String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCategories bool?
final
showCategoriesMedia bool?
final
showChildren bool?
final
showChildrenCount bool?
final
showChildrenDepth bool?
final
showCommentCount bool?
final
showIsFollowing bool?
final
showMedia bool?
final
showUser bool?
final
showUserCategory bool?
final
showUserMedia bool?
final
tags List<int>?
final
title String?
final
toCreatedAt DateTime?
final
userId String?
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