symbol: ~/, %, =, +=, -=, *=, /=, ~/=, &, ^, ~, ??, ??=, ?., .., ;, {}, (), [], ...?, description: Divides and returns an integer result., Returns the remainder of division., Assigns a value to a variable., a += b is equivalent to a = a + b., a -= b is equivalent to a = a - b., a *= b is equivalent to a = a * b., a /= b is equivalent to a = a / b., a ~/= b is equivalent to a = a ~/ b., Performs AND operation on bits., Performs XOR operation on bits., Inverts bits (~x).~, Returns left operand if not null, otherwise right operand. (x ?? y), Assigns a value only if variable is null. (x ??= y), Calls method only if object is not null. (obj?.method()), Allows calling multiple methods on the same object (obj..method1()..method2())., Ends a statement., Encloses a block of code., Used in function calls and conditions., Used for lists and accessing elements., Expands elements only if the iterable is not null.,
0%
Dart operators
Deli
Deli
Deli
ustvaril/-a
Silwiaya
Uredi vsebino
Natisni
Vdelaj
Več
Naloge
Lestvica vodilnih
Prikaži več
Prikaži manj
Ta lestvica je trenutno zasebna. Kliknite
Deli
, da jo objavite.
Lastnik vira je onemogočil to lestvico vodilnih.
Ta lestvica vodilnih je onemogočena, ker se vaše možnosti razlikujejo od možnosti lastnika vira.
Možnosti za vrnitev
Razvrščanje skupin
je odprta predloga. Ne ustvarja rezultatov za lestvico vodilnih.
Potrebna je prijava
Vizualni slog
Pisave
Zahtevana je naročnina
Možnosti
Preklopi predlogo
Pokaži vse
Med igranjem dejavnosti se bo prikazalo več oblik zapisa.
Odprti rezultati
Kopiraj povezavo
QR koda
Izbriši
Obnovi samodejno shranjeno:
?