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