EventDrivenSchedule.fromJson constructor

EventDrivenSchedule.fromJson(
  1. Map json_
)

Implementation

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