GetResourceResponse constructor

GetResourceResponse({
  1. String? data,
  2. Map<String, Map<String, Object?>>? metadata,
  3. String? mimeType,
})

Implementation

GetResourceResponse({this.data, this.metadata, this.mimeType});