toJson method

String toJson()

Implementation

String toJson() {
  final map = {'rootPublicKey': rootKey};
  return json.encode(map);
}