MarkQuantity class

Дробное количество маркированного товара

Constructors

MarkQuantity({int? numerator, int? denominator})

Properties

denominator int?
Знаменатель дробной части предмета расчета. Заполняется значением, равным количеству товара в партии (упаковке), имеющей общий код маркировки товара. Не может равняться «0»
final
hashCode int
The hash code for this object.
no setterinherited
numerator int?
Числитель дробной части предмета расчета. Значение реквизита «числитель» должно быть строго меньше значения реквизита «знаменатель». Не может равняться «0»
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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