Burza class

Reprezentuje cizí jídlo na burze

Constructors

Burza({required DateTime den, required String? url, required String nazev, required int pocet, String? varianta})

Properties

den DateTime
Den, který je jídlo vydáváno
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nazev String
Název jídla
getter/setter pair
pocet int
Počet kusů tohoto jídla dostupného na burze
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
URL pro objednání
final
varianta String?
Varianta
getter/setter pair

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