toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'uuid': uuid,
    'type': type,
    'data': data,
  };
}