NetmeraProduct class
Copyright (c) 2019 Inomera Research. Author Burak Soykal
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBrandId(
) → String? -
getBrandName(
) → String? -
getCampaignId(
) → String? -
getCategoryIds(
) → List< String> ? -
getCategoryNames(
) → List< String> ? -
getId(
) → String? -
getKeywords(
) → List< String> ? -
getName(
) → String? -
getPrice(
) → double? -
getVariant(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBrandId(
String value) → dynamic -
setBrandName(
String value) → dynamic -
setCampaignId(
String value) → dynamic -
setCategoryIds(
List< String> value) → dynamic -
setCategoryNames(
List< String> value) → dynamic -
setId(
String value) → dynamic -
setKeywords(
List< String> value) → dynamic -
setName(
String value) → dynamic -
setPrice(
double value) → dynamic -
setVariant(
String value) → dynamic -
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited