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