PutResponse constructor

PutResponse({
  1. String? key,
  2. String? hash,
  3. required Map<String, dynamic> rawData,
})

Implementation

PutResponse({
  this.key,
  this.hash,
  required this.rawData,
});