clientDefault property

T Function()? clientDefault
final

Called once for an omitted value when constructing an insert. Prepared mutations retain that value; compilation and updates never call this.

Implementation

final T Function()? clientDefault;