RefreshSession$Mutation$RefreshSession$CreateSessionOk$AccessToken.fromJson constructor

RefreshSession$Mutation$RefreshSession$CreateSessionOk$AccessToken.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory RefreshSession$Mutation$RefreshSession$CreateSessionOk$AccessToken.fromJson(
  Map<String, dynamic> json,
) =>
    _$RefreshSession$Mutation$RefreshSession$CreateSessionOk$AccessTokenFromJson(
      json,
    );