switch_expression.dart

Dart中級

Explorer

C40
C++40
C#40
Dart
初級10
中級10
null_safety.dart
async_function.dart
for_in_loop.dart
collection_if.dart
named_params.dart
extension_method.dart
switch_expression.dart
typedef.dart
getter_setter.dart
stream_listen.dart
上級10
エキスパート5
マスター5
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript40
switch_expression.dart
Click to focus
1
2
3
4
5
final color = switch (status) {
  'active' => Colors.green,
  'inactive' => Colors.red,
  _ => Colors.grey,
};
0WPM0%0:000/110(0%)|Ln 1, Col 1
UTF-8Dart

関連する練習問題