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