menu
json_to_model package
documentation
core/dart_declaration.dart
DartDeclaration
isNullableString property
isNullableString property
dark_mode
light_mode
isNullableString
property
String
get
isNullableString
Implementation
String
get
isNullableString => isNullable ?
'?'
:
''
;
json_to_model package
documentation
core/dart_declaration
DartDeclaration
isNullableString property
DartDeclaration class