fromJson static method

LoginBody fromJson(
  1. String json
)

Implementation

static LoginBody fromJson(String json) {
  return ensureInitialized().decodeJson<LoginBody>(json);
}