couchbase_lite
replicator
Replicator
toJson method
toJson
couchbase_lite
replicator
Replicator
toJson method
Replicator class
Constructors
Replicator
Properties
config
replicatorId
tokens
hashCode
runtimeType
Methods
activityFromString
addChangeListener
removeChangeListener
start
stop
toJson
noSuchMethod
toString
Operators
operator ==
toJson method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {"replicatorId": replicatorId, "config": config}; }