toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (gpsEndTime != null) 'gpsEndTime': gpsEndTime!,
      if (gpsStartTime != null) 'gpsStartTime': gpsStartTime!,
      if (videoEndTime != null) 'videoEndTime': videoEndTime!,
      if (videoStartTime != null) 'videoStartTime': videoStartTime!,
    };