menu
tenun package
documentation
core/json_value.dart
JsonValue
string static method
string static method
dark_mode
light_mode
string
static method
String
?
string
(
Object
?
value
)
Implementation
static String? string(Object? value) { if (value == null) return null; return value.toString(); }
tenun package
documentation
core/json_value
JsonValue
string static method
JsonValue class