Set label of this
Future<void> setLabel (String value) async { await update(ChannelBuilder({ 'name': value })); }