FieldCompanion constructor Null safety
- {Value<
String> id = const Value.absent(), - Value<
DateTime> created = const Value.absent(), - Value<
DateTime> updated = const Value.absent(), - Value<
FieldType> type = const Value.absent(), - Value<
String> name = const Value.absent(), - Value<
bool> system = const Value.absent(), - Value<
bool> required = const Value.absent(), - Value<
bool> unique = const Value.absent(), - Value<
String> collectionId = const Value.absent(), - Value<
String> extra = const Value.absent()}
Implementation
const FieldCompanion({
this.id = const Value.absent(),
this.created = const Value.absent(),
this.updated = const Value.absent(),
this.type = const Value.absent(),
this.name = const Value.absent(),
this.system = const Value.absent(),
this.required = const Value.absent(),
this.unique = const Value.absent(),
this.collectionId = const Value.absent(),
this.extra = const Value.absent(),
});