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