Change<T>.defaultValue constructor
const
Change<T>.defaultValue ()
Requests the database default for this field.
Implementation
const factory Change.defaultValue() = _Default<T>;
Requests the database default for this field.
const factory Change.defaultValue() = _Default<T>;