EventDrivenSchedule.fromJson constructor
EventDrivenSchedule.fromJson(
- Map json_
Implementation
EventDrivenSchedule.fromJson(core.Map json_)
: this(
pubsubSubscription: json_['pubsubSubscription'] as core.String?,
);