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
Udostępnij
Udostępnij
Udostępnij
autor:
Silwiaya
Edytuj elementy
Drukuj
Osadź
Więcej
Zadania
Tabela rankingowa
Pokaż więcej
Pokaż mniej
Ta tabela rankingowa jest obecnie prywatna. Kliknij przycisk
Udostępnij
, aby ją upublicznić.
Ta tabela rankingowa została wyłączona przez właściciela materiału.
Ta tabela rankingowa została wyłączona, ponieważ Twoje opcje różnią się od opcji właściciela materiału.
Przywróć poprzednie opcje
Posortuj
jest szablonem otwartym. Nie generuje wyników w tabeli rankingowej.
Wymagane logowanie
Motyw
Czcionki
Wymagany abonament
Opcje
Zmień szablon
Pokaż wszystko
Więcej formatów pojawi się podczas wykonywania ćwiczenia.
Otwórz wyniki
Kopiuj link
Kod QR
Usuń
Przywrócić automatycznie zapisane ćwiczenie:
?