TimeRange constructor

const TimeRange({
  1. required String key,
})

Implementation

const TimeRange({required String key}) : _key = key;