menu
conduit_open_api
open_api_v3
APISchemaObject
isNullable property
isNullable
brightness_4
isNullable
property
Null safety
bool
?
isNullable
Implementation
bool? get isNullable => _nullable ?? false;
void
isNullable=
(
bool
?
n
)
Implementation
set isNullable(bool? n) { _nullable = n; }
conduit_open_api
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
deprecated
description
enumerated
exclusiveMaximum
exclusiveMinimum
extensions
format
hashCode
isNullable
isReadOnly
isRequired
isWriteOnly
items
maximum
maxItems
maxLength
maxProperties
minimum
minItems
minLength
minProperties
multipleOf
not
oneOf
pattern
properties
referenceURI
runtimeType
title
type
uniqueItems
Methods
decode
encode
noSuchMethod
toString
Operators
operator ==