Smartphone constructor
Create a new Smartphone device descriptor.
If roleName
is not specified, then the DEFAULT_ROLENAME is used.
Implementation
Smartphone({
super.roleName = Smartphone.DEFAULT_ROLENAME,
super.supportedDataTypes,
});
Create a new Smartphone device descriptor.
If roleName
is not specified, then the DEFAULT_ROLENAME is used.
Smartphone({
super.roleName = Smartphone.DEFAULT_ROLENAME,
super.supportedDataTypes,
});