FindProductRequest class

Find product model

Constructors

FindProductRequest({String? name, List<String>? collections, List<String>? keywords, Map<String, dynamic>? meta, Map<String, List<String>>? filters})
Constructor
const
FindProductRequest.fromJson(Map<String, dynamic> json)
Get model from Json
factory

Properties

collections List<String>?
final
filters Map<String, List<String>>?
final
hashCode int
The hash code for this object.
no setterinherited
keywords List<String>?
final
meta Map<String, dynamic>?
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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