toJson method

Map<String, dynamic> toJson()

Implementation

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