MAX constant
PortNum
const MAX
Currently we limit port nums to no higher than this value
Implementation
static const PortNum MAX = PortNum._(511, _omitEnumNames ? '' : 'MAX');
Currently we limit port nums to no higher than this value
static const PortNum MAX = PortNum._(511, _omitEnumNames ? '' : 'MAX');