ProcessedEvent.fromJson constructor
ProcessedEvent.fromJson(
- Map json_
Implementation
ProcessedEvent.fromJson(core.Map json_)
: this(eventTime: json_['eventTime'] as core.String?);
ProcessedEvent.fromJson(core.Map json_)
: this(eventTime: json_['eventTime'] as core.String?);