ProductGroup class

Inheritance

Constructors

ProductGroup({String? longDescription, String? shortDescription, String? longName, String? shortName, String? productGroupId, String? quickFindCode, bool? released, double? rrp, double? rrpEur, List<ProductGroupMealCategorisation>? productGroupMealCategorisation, List<ProductGroupMarketVertical>? productGroupMarketVertical, List<ProductGroupRanking>? productGroupRanking, required int id, DateTime? created, String? creator, DateTime? updated, String? updater})

Properties

created DateTime?
getter/setter pairinherited
creator String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id int
finalinherited
longDescription String?
getter/setter pair
longName String?
getter/setter pair
productGroupId String?
getter/setter pair
productGroupMarketVertical List<ProductGroupMarketVertical>?
getter/setter pair
productGroupMealCategorisation List<ProductGroupMealCategorisation>?
getter/setter pair
productGroupRanking List<ProductGroupRanking>?
getter/setter pair
quickFindCode String?
getter/setter pair
released bool?
getter/setter pair
rrp double?
getter/setter pair
rrpEur double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortDescription String?
getter/setter pair
shortName String?
getter/setter pair
updated DateTime?
getter/setter pairinherited
updater String?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) ProductGroup