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