RefreshTokenNotFoundException.fromJson constructor

RefreshTokenNotFoundException.fromJson(
  1. Map<String, dynamic> jsonSerialization
)

Implementation

factory RefreshTokenNotFoundException.fromJson(
  Map<String, dynamic> jsonSerialization,
) {
  return RefreshTokenNotFoundException();
}