fromJson static method

TeamLeft fromJson(
  1. String json
)

Implementation

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