Map<String, dynamic> toJson() => <String, dynamic>{ 'critical': this.critical, 'name': this.name, 'volume': this.volume, };