TimeRange.fromJson constructor

TimeRange.fromJson(
  1. String source
)

Implementation

factory TimeRange.fromJson(String source) =>
    TimeRange.fromMap(json.decode(source));