ReplicatorDocument class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
ReplicatorDocument.new({required String id, @Default(null) String? rev, @Default(null) Remote? source, @Default(null) Remote? target, @Default(null) String? owner, @Default(null) bool? create_target, @Default(null) bool? continuous, @Default(null) List<
String> ? doc_ids, @Default(null) String? replicationState, @Default(null) String? replicationStateTime, @Default(null) ReplicationStats? replicationStats, @Default(null) int? errorCount, @Default(null) List<Map< ? revsInfo, @Default(null) Map<String, String> >String, String> ? revHistory}) -
constfactory
Properties
- continuous → bool?
-
no setterinherited
-
copyWith
→ $ReplicatorDocumentCopyWith<
ReplicatorDocument> -
Create a copy of ReplicatorDocument
with the given fields replaced by the non-null parameter values.
no setterinherited
- create_target → bool?
-
no setterinherited
-
doc_ids
→ List<
String> ? -
no setterinherited
- errorCount → int?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- owner → String?
-
no setterinherited
- replicationState → String?
-
no setterinherited
- replicationStateTime → String?
-
no setterinherited
- replicationStats → ReplicationStats?
-
no setterinherited
- rev → String?
-
no setterinherited
-
revHistory
→ Map<
String, String> ? -
no setterinherited
-
revsInfo
→ List<
Map< ?String, String> > -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → Remote?
-
no setterinherited
- target → Remote?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode(
ReplicatorDocument value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → ReplicatorDocument