ProcessedEvent.fromJson constructor

ProcessedEvent.fromJson(
  1. Map json_
)

Implementation

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