RefreshRuntimeTokenInternalResponse.fromJson constructor

RefreshRuntimeTokenInternalResponse.fromJson(
  1. Map json_
)

Implementation

RefreshRuntimeTokenInternalResponse.fromJson(core.Map json_)
    : this(
        accessToken: json_['accessToken'] as core.String?,
        expireTime: json_['expireTime'] as core.String?,
      );