name property

String get name

The name of the beacon. For debugging purposes.

Implementation

String get name => _name ?? runtimeType.toString();