deserialize static method

JwtResponseError deserialize(
  1. String json
)

Implementation

static JwtResponseError deserialize(String json) =>
    JwtResponseError.fromJson(jsonDecode(json));