PutRecordOutput constructor

PutRecordOutput({
  1. required String recordId,
  2. bool? encrypted,
})

Implementation

PutRecordOutput({
  required this.recordId,
  this.encrypted,
});