ProductDto class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

ProductDto.new({required String url, required String name, required String modifiedOn, required int groupId, required int categoryId, required String imageUrl, required String cleanName, required int productId})
ProductDto.fromJson(Map<String, dynamic> json)
factory

Properties

categoryId int
getter/setter pair
cleanName String
getter/setter pair
groupId int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
getter/setter pair
modifiedOn String
getter/setter pair
name String
getter/setter pair
productId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
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.
inherited