QuorumInfo constructor

QuorumInfo({
  1. String? etag,
  2. String? initiator,
  3. QuorumType? quorumType,
  4. String? startTime,
})

Implementation

QuorumInfo({
  this.etag,
  this.initiator,
  this.quorumType,
  this.startTime,
});