UProductCreateParams class
Constructors
-
UProductCreateParams.new({required String title, required List<
int> tags, String? code, String? subtitle, String? description, String? actionType, String? actionTitle, String? actionUri, String? slug, String? type, String? content, double? latitude, double? longitude, int? stock, double? price, String? details, List<String> ? categories, String? parentId, String? userId, int? point}) - UProductCreateParams.fromJson(String str)
-
factory
-
UProductCreateParams.fromMap(Map<
String, dynamic> json) -
factory
Properties
- actionTitle → String?
-
final
- actionType → String?
-
final
- actionUri → String?
-
final
-
categories
→ List<
String> ? -
final
- code → String?
-
final
- content → String?
-
final
- description → String?
-
final
- details → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- latitude → double?
-
final
- longitude → double?
-
final
- parentId → String?
-
final
- point → int?
-
final
- price → double?
-
final
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slug → String?
-
final
- stock → int?
-
final
- subtitle → String?
-
final
-
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