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