RefreshCancellationStatus.fromJson constructor
RefreshCancellationStatus.fromJson(
- Map json_
Implementation
RefreshCancellationStatus.fromJson(core.Map json_)
: this(
errorCode: json_['errorCode'] as core.String?,
state: json_['state'] as core.String?,
);