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