name property
String
get
name
The name of the beacon. For debugging purposes.
Implementation
String get name => _name ?? runtimeType.toString();
The name of the beacon. For debugging purposes.
String get name => _name ?? runtimeType.toString();