channel property
dynamic
get
channel
Implementation
get channel => serverController.value;
set
channel
(dynamic value)
Implementation
set channel(value) => serverController.value = value;