key property

  1. @protected
  2. @visibleForTesting
String? key

Returns the value's key

Implementation

@protected
@visibleForTesting
String? get key => super.keys.safeFirst;