Resource constructor

Resource({
  1. String? description,
  2. String? mimeType,
  3. String? name,
  4. String? size,
  5. String? uri,
})

Implementation

Resource({this.description, this.mimeType, this.name, this.size, this.uri});