ReplicatorDocument class
- Implemented types
Constructors
-
ReplicatorDocument(String id, {int? errorCount, String? rev, Remote? source, Remote? target, String? owner, bool? create_target, bool? continuous, List<
String> ? doc_ids, String? replicationState, String? replicationStateTime, ReplicationStats? replicationStats, List<Map< ? revsInfo, Map<String, String> >String, String> ? revHistory}) -
ReplicatorDocument.fromJSON(Map<
String, dynamic> data) -
factory
Properties
- continuous ↔ bool?
-
getter/setter pair
- create_target ↔ bool?
-
getter/setter pair
-
doc_ids
↔ List<
String> ? -
getter/setter pair
- errorCount ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pairoverride-getter
- owner ↔ String?
-
getter/setter pair
- replicationState ↔ String?
-
getter/setter pair
- replicationStateTime ↔ String?
-
getter/setter pair
- replicationStats ↔ ReplicationStats?
-
getter/setter pair
- rev ↔ String?
-
getter/setter pairoverride-getter
-
revHistory
↔ Map<
String, String> ? -
getter/setter pair
-
revsInfo
↔ List<
Map< ?String, String> > -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ Remote?
-
getter/setter pair
- target ↔ Remote?
-
getter/setter pair
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>