InventoryItemV4Model class

Annotations
  • @Freezed()

Constructors

InventoryItemV4Model({String? id, String? title, String? description, String? storeUrl, String? productUrl, List<InventoryItemV4ImageModel>? images})
const
factory
InventoryItemV4Model.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $InventoryItemV4ModelCopyWith<InventoryItemV4Model>
no setterinherited
description String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
images List<InventoryItemV4ImageModel>?
no setterinherited
productUrl String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeUrl String?
no setterinherited
title String?
no setterinherited

Methods

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

Operators

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