DataRefModel.c2 constructor

const DataRefModel.c2({
  1. String? id,
  2. List<String>? collection,
})

Implementation

const DataRefModel.c2({
  this.id,
  this.collection,
});