fromJson static method

TeamJoinRequest fromJson(
  1. String json
)

Implementation

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