name property

String? name
final

The name (determined by the driver or device tree) of this line.

Can be null, is limited and truncated to 32 characters.

For example, PWR_LED_OFF is the name of a GPIO line on Raspberry Pi.

Implementation

final String? name;