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