Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'by_minute'] = this.byMinute; return json; }