CreateOptions<T> constructor
const
CreateOptions<T> ({})
Implementation
const CreateOptions({
required this.create,
required this.createBuilder,
this.validator = _defaultValidator,
this.onDuplicate,
this.pickCreated = false,
this.allowDuplicates = false,
this.onCreated,
});