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
Constructors
new
fromCommand
fromKeyValue
Properties
assignment
enumValues
explicitTypeOverride
extendsClass
fakerDeclaration
hashCode
ignored
imports
isDatetime
isEnum
isJsonable
isModel
isNullable
isNullableString
isTimeStamp
jsonValue
mixinClass
name
nestedClasses
originalName
overrideEnabled
runtimeType
type
Methods
addImport
checkNestedTypes
copyWithBodyDeclaration
copyWithConstructorDeclaration
enableOverridden
fromJsonBody
getEnum
getImportStrings
noSuchMethod
setEnumValues
setIgnored
setName
stringifyAssignment
toCloneDeclaration
toConstructor
toDeclaration
toEquals
toHash
toJsonBody
toMockDeclaration
toString
Operators
operator ==
Static methods
getNameFromJsonKey
getParameterString
getTypeFromJsonKey