ItemItem class Null safety

Constructors

ItemItem({int? id, String? name, String? description, String? imageUrl, String? videoUrl, String? thumbImageUrl, int? listType, Product? product, int? itemSource, bool? hasFilter})
ItemItem.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
read / write
hasFilter bool?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
id int?
read / write
imageUrl String?
read / write
itemSource int?
read / write
listType int?
read / write
name String?
read / write
product Product?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
thumbImageUrl String?
read / write
videoUrl String?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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