isNullable property Null safety
Whether or not the type reference is explicitly nullable (contains a
trailing ?
)
Implementation
bool get isNullable;
Whether or not the type reference is explicitly nullable (contains a
trailing ?
)
bool get isNullable;