toJson method

String toJson()
inherited

Implementation

String toJson() {
  return GameTeamMapper.ensureInitialized().encodeJson<GameTeam>(
    this as GameTeam,
  );
}