open_api_data package
documentation
open_api_v3
APISchemaObject
isNullable property
isNullable
isNullable
property
Null safety
bool
isNullable
Implementation
bool get isNullable => _nullable ?? false;
void
isNullable=
(
bool
n
)
Implementation
set isNullable(bool n) { _nullable = n; }
open_api_data package
documentation
open_api_v3
APISchemaObject
isNullable property
APISchemaObject class
Constructors
APISchemaObject
array
boolean
empty
file
freeForm
integer
map
number
object
string
Properties
additionalPropertyPolicy
additionalPropertySchema
allOf
anyOf
castMap
defaultValue
description
enumerated
exclusiveMaximum
exclusiveMinimum
extensions
format
hashCode
isDeprecated
isNullable
isReadOnly
isWriteOnly
items
maximum
maxItems
maxLength
maxProperties
minimum
minItems
minLength
minProperties
multipleOf
not
oneOf
pattern
properties
referenceURI
required
runtimeType
title
type
uniqueItems
Methods
decode
encode
noSuchMethod
toString
Operators
operator ==