Resource constructor

Resource({
  1. Map<String, Object?>? data,
  2. String? discoveryDocumentUri,
  3. String? discoveryName,
  4. String? location,
  5. String? parent,
  6. String? resourceUrl,
  7. String? version,
})

Implementation

Resource({
  this.data,
  this.discoveryDocumentUri,
  this.discoveryName,
  this.location,
  this.parent,
  this.resourceUrl,
  this.version,
});