Get the segments of this channel
List<String> get segments { return name.split('/').where((segment) => segment.isNotEmpty).toList(); }