RefreshCancellationStatus.fromJson constructor

RefreshCancellationStatus.fromJson(
  1. Map json_
)

Implementation

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