menu
dynamo_json_decoder package
documentation
dynamo/project/commons/system/handlers/dynamo_decoder.dart
DynamoDecoder
match static method
match static method
dark_mode
light_mode
match
static method
void
match
(
String
cc
)
Implementation
static void match(String cc) { if (cc != look) { expected(cc); } }
dynamo_json_decoder package
documentation
dynamo/project/commons/system/handlers/dynamo_decoder
DynamoDecoder
match static method
DynamoDecoder class