icon property
CdnAsset?
get
icon
This team's icon.
Implementation
CdnAsset? get icon => iconHash == null
? null
: CdnAsset(
client: manager.client,
base: HttpRoute()..teamIcons(id: id.toString()),
hash: iconHash!,
);