toMap method

Map<String, Object> toMap()

API Documentation for toMap.

Implementation

Map<String, Object> toMap() => <String, Object>{
      'fileName': fileName,
      'includeSensors': includeSensors,
      'includeGPS': includeGPS,
      'intervalMs': intervalMs,
    };