toJson method

Map<String, dynamic> toJson()

Converts this key pair to json.

Implementation

Map<String, dynamic> toJson() {
  return _$KeyPairToJson(this);
}