nullable property

bool? get nullable
inherited

A true value indicates that both null values and values of the specified type are allowed.

Implementation

Schema? get not;/// A `true` value indicates that both `null` values and values of the
/// specified `type` are allowed.
bool? get nullable;