UProductUpdateParams class

Constructors

UProductUpdateParams.new({required String id, String? title, String? code, String? subtitle, String? description, String? slug, String? type, String? content, double? latitude, double? longitude, int? stock, double? price, String? parentId, String? userId, String? actionType, String? actionTitle, String? actionUri, String? details, List<String>? relatedProducts, List<String>? addRelatedProducts, List<String>? removeRelatedProducts, List<String>? addCategories, List<String>? removeCategories, List<int>? addTags, List<int>? removeTags, List<int>? tags, int? point})
UProductUpdateParams.fromJson(String str)
factory
UProductUpdateParams.fromMap(Map<String, dynamic> json)
factory

Properties

actionTitle String?
final
actionType String?
final
actionUri String?
final
addCategories List<String>?
final
addRelatedProducts List<String>?
final
addTags List<int>?
final
code String?
final
content String?
final
description String?
final
details String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
latitude double?
final
longitude double?
final
parentId String?
final
point int?
final
price double?
final
relatedProducts List<String>?
final
removeCategories List<String>?
final
removeRelatedProducts List<String>?
final
removeTags List<int>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
final
stock int?
final
subtitle String?
final
tags List<int>?
final
title String?
final
type String?
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