children property

Get children of this

Implementation

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