key property

String? key

Returns the unique key identifier of the action button.

Implementation

String? get key {
  return _key;
}