GetResourceResponse constructor

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

Implementation

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