CancellationEvent.fromJson constructor

CancellationEvent.fromJson(
  1. Map json_
)

Implementation

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