Burza class Null safety

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
read / write
hashCode int
The hash code for this object.
read-onlyinherited
nazev String
Název jídla
read / write
pocet int
Počet kusů tohoto jídla dostupného na burze
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String?
URL pro objednání
final
varianta String?
Varianta
read / write

Methods

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

Operators

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