QuorumInfo constructor
QuorumInfo({
- String? etag,
- String? initiator,
- QuorumType? quorumType,
- String? startTime,
Implementation
QuorumInfo({
this.etag,
this.initiator,
this.quorumType,
this.startTime,
});