toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    's': sequence,
    't': type,
    'd': data,
  };
}