DatabaseStatusReplica constructor
DatabaseStatusReplica({})
Implementation
DatabaseStatusReplica({
required this.index,
required this.role,
required this.healthy,
this.replicating,
this.lagSeconds,
});
DatabaseStatusReplica({
required this.index,
required this.role,
required this.healthy,
this.replicating,
this.lagSeconds,
});