ProductVariation1Image class

Constructors

ProductVariation1Image({int? id, String? dateCreated, String? dateCreatedGmt, String? dateModified, String? dateModifiedGmt, String? src, String? name, String? alt})
Returns a new ProductVariation1Image instance.

Properties

alt String?
Image alternative text.
getter/setter pair
dateCreated String?
The date the image was created, in the site's timezone.
getter/setter pair
dateCreatedGmt String?
The date the image was created, as GMT.
getter/setter pair
dateModified String?
The date the image was last modified, in the site's timezone.
getter/setter pair
dateModifiedGmt String?
The date the image was last modified, as GMT.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id int?
Image ID.
getter/setter pair
name String?
Image name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String?
Image URL.
getter/setter pair

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.
override

Operators

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

Static Methods

fromJson(dynamic value) ProductVariation1Image?
Returns a new ProductVariation1Image instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<ProductVariation1Image>
mapFromJson(dynamic json) Map<String, ProductVariation1Image>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<ProductVariation1Image>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.