core.Map<core.String, core.dynamic> toJson() { final customName = this.customName; final oaId = this.oaId; return {'customName': ?customName, 'oaId': ?oaId}; }