RefreshSession$Mutation$RefreshSession$CreateSessionOk$RefreshToken.fromJson constructor

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

Implementation

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