toJson method

Map toJson()

Implementation

Map toJson() => {
  'c': c,
  'k': k
};