menu
apn_json2model package
documentation
core/dart_declaration.dart
DartDeclaration
setIsNullable method
setIsNullable method
dark_mode
light_mode
setIsNullable
method
void
setIsNullable
(
bool
isNullable
)
Implementation
void setIsNullable(bool isNullable) { this.isNullable = isNullable; }
apn_json2model package
documentation
core/dart_declaration
DartDeclaration
setIsNullable method
DartDeclaration class