CancellationContext.fromJson constructor

CancellationContext.fromJson(
  1. Map json_
)

Implementation

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