CreateLedgerResponse constructor

CreateLedgerResponse({
  1. String? arn,
  2. DateTime? creationDateTime,
  3. bool? deletionProtection,
  4. String? name,
  5. LedgerState? state,
})

Implementation

CreateLedgerResponse({
  this.arn,
  this.creationDateTime,
  this.deletionProtection,
  this.name,
  this.state,
});