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
Kongsikan
Kongsikan
Kongsikan
oleh
Silwiaya
Edit Kandungan
Cetakan
Benamkan
Lebih lagi
Tugasan
Papan mata
Paparkan banyak
Paparkan sedikit
Papan mata ini berciri peribadi pada masa ini. Klik
Kongsikan
untuk menjadikannya umum.
Papan mata ini telah dilumpuhkan oleh pemilik sumber.
Papan mata ini dinyahdayakan kerana pilihan anda berbeza daripada pemilik sumber.
Pilihan untuk Kembali
Susunan kumpulan
ialah templat terbuka. Ia tidak menjana skor untuk papan mata.
Log masuk diperlukan
Gaya visual
Fon
Langganan diperlukan
Pilihan
Tukar templat
Paparkan semua
Lebih banyak format akan muncul semasa anda memainkan aktiviti.
Buka keputusan
Salin pautan
Kod QR
Padam
Pulihkan autosimpan:
?