children property
Map<Snowflake, GuildChannel>
get
children
Get children of this
Implementation
Map<Snowflake, GuildChannel> get children => guild.channels.cache.where((element) => element.parent?.id == id);