label property

  1. @BuiltValueField.new(wireName: r'label')
String? get label

The app name that is shown on the terminal.

Implementation

@BuiltValueField(wireName: r'label')
String? get label;