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