ArticleUncountableOnTicket class
- Inheritance
-
- Object
- ArticleRawAbstract
- ArticleUncountableRawAbstract
- ArticleUncountableOnTicket
Constructors
- ArticleUncountableOnTicket.new({ArticleKind kind = ArticleKind.uncountable, required int calibreId, required int id, required num price, required num cost, bool status = true, required String designation})
-
const
- ArticleUncountableOnTicket.fromJson(String source)
-
factory
-
ArticleUncountableOnTicket.fromMap(Map<
String, dynamic> map) -
factory
Properties
- calibreId → int
-
finalinherited
- cost → num
-
finalinherited
- costClean → num
-
no setterinherited
- designation → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
finalinherited
- kind → ArticleKind
-
finalinherited
- price → num
-
finalinherited
- priceClean → num
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → bool
-
finalinherited
Methods
-
copyWith(
{int? calibreId, int? id, String? designation, bool? status, num? price, num? cost}) → ArticleUncountableOnTicket -
nameWithoutArtCalibrePart(
String calibreTitle) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
override
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited