toJson method

Map<String, dynamic> toJson()

Return a json made with these properties.

Implementation

Map<String, dynamic> toJson() => {
  ParamsKey.onlineContext: onlineContext?.toJson()
};