map property

Map<String, int> map

General map representation

Implementation

Map<String, int> get map => {
      'startTimestamp': startDate.millisecondsSinceEpoch,
      'endTimestamp': endDate.millisecondsSinceEpoch,
    };