JsonNullable<T extends JsonType> class

Inheritance
Implemented types

Constructors

JsonNullable(T childCreator())

Properties

childCreator ↔ T Function()
getter/setter pair
current ↔ T?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isNull bool
Returns whether or not current type value is null. Example:
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(T? value) → void
setFromJson(dynamic json) bool
Convert any given json to correspondig types and store it. If fails, it returns false.
override
toJson() → dynamic
Convert object to json compatible types
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited