DataRefModel constructor
Constructs a new instance of DataRefModel from optional and required parameters.
Implementation
const DataRefModel({
this.id,
required this.collection,
});
Constructs a new instance of DataRefModel from optional and required parameters.
const DataRefModel({
this.id,
required this.collection,
});