menu
finite_automaton package
documentation
type_helper.dart
getNullableType function
getNullableType function
dark_mode
light_mode
getNullableType
function
String
getNullableType
(
String
type
)
Implementation
String getNullableType(String type) { if (isTypeNullable(type)) { return type; } return '$type?'; }
finite_automaton package
documentation
type_helper
getNullableType function
type_helper library