Input$MarketplaceSearchProductsInput class

Constructors

Input$MarketplaceSearchProductsInput.new({String? page, int? page_size, String? store_id, String? term})
factory
Input$MarketplaceSearchProductsInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$MarketplaceSearchProductsInput<Input$MarketplaceSearchProductsInput>
no setter
hashCode int
The hash code for this object.
no setteroverride
page String?
no setter
page_size int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
store_id String?
no setter
term String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override