ReplicatorDocumentDto constructor
ReplicatorDocumentDto({})
Returns a new ReplicatorDocumentDto instance.
Implementation
ReplicatorDocumentDto({
required this.id,
this.rev,
this.source_,
this.target,
this.owner,
this.createTarget,
this.continuous,
this.docIds = const [],
this.replicationState,
this.replicationStateTime,
this.replicationStats,
this.errorCount,
});