FetchAccessTokenRequest.fromJson constructor

FetchAccessTokenRequest.fromJson(
  1. Map json_
)

Implementation

FetchAccessTokenRequest.fromJson(core.Map json_)
    : this(
        generationId: json_['generationId'] as core.int?,
      );