Range.fromJson(Map<String, dynamic> json) { start = json['start'] != null ? new Start.fromJson(json['start']) : null; end = json['end'] != null ? new Start.fromJson(json['end']) : null; }