PRIMARY constant
Channel_Role
const PRIMARY
This channel is used to set the frequency for the radio - all other enabled channels must be SECONDARY
Implementation
static const Channel_Role PRIMARY =
Channel_Role._(1, _omitEnumNames ? '' : 'PRIMARY');