toJson method

Map toJson()

Implementation

Map toJson () => {
  'tripID': tripID,
  'isSynced': isSynced
};