toJson method

dynamic toJson()

Implementation

toJson() {
  return {
    'tp' : tp,
    'sn' : sn
  };
}