Product class final

Модель продукта. Имеет переопределенные методы equals(), hashcode(), toString().

Properties

amountLabel String
final
currency String
final
description String?
final
hashCode int
The hash code for this object.
no setteroverride
imageUrl String
final
price int?
final
productId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionInfo SubscriptionInfo?
final
title String
final
type ProductType
final

Methods

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

Operators

operator ==(covariant Product other) bool
The equality operator.
override