DataRefModel.optional constructor
Construcs a new instance of DataRefModel, forcing all parameters to be optional.
Implementation
const DataRefModel.optional({
this.id,
this.collection,
});
Construcs a new instance of DataRefModel, forcing all parameters to be optional.
const DataRefModel.optional({
this.id,
this.collection,
});