DataResource constructor

DataResource({
  1. String? type,
  2. List<String>? values,
})

Implementation

DataResource({
  this.type,
  this.values,
});