CustomProtocolDevice constructor
CustomProtocolDevice({
- String roleName = CustomProtocolDevice.DEFAULT_ROLE_NAME,
Create a new CustomProtocolDevice device descriptor.
If roleName
is not specified, then the DEFAULT_ROLE_NAME is used.
Implementation
CustomProtocolDevice({
super.roleName = CustomProtocolDevice.DEFAULT_ROLE_NAME,
});