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