SinglePack class

Constructors

SinglePack({required String sId, required String packName, required String packDescription, required int moq, required String packVariant, required List packColorLabel, required HeadSetInformation? headSetInformation, required List<PackImages> packImages, required List<PackOptions> packOptions, required List<String>? categoryId, required String sTypename})
SinglePack.fromJson(Map<String, dynamic> json)

Properties

categoryId List<String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headSetInformation HeadSetInformation?
latefinal
moq int
latefinal
packColorLabel List
latefinal
packDescription String
latefinal
packImages List<PackImages>
latefinal
packName String
latefinal
packOptions List<PackOptions>
latefinal
packVariant String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sId String
latefinal
sTypename String
latefinal

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

Operators

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