namePrefix property

String? namePrefix

A name prefix. The name of the device must have the same prefix. For example: a device with the name "ABCDEF" will be allowed with the prefix "ABC" and not with the prefix "DEF".

Implementation

external String? get namePrefix;