key property

  1. @Since.new('3.11')
String? get key

Returns the shared symbol key from the global symbol registry for this symbol (as registered with forKey), if this symbol was created with JSSymbol.forKey.

Implementation

@Since('3.11')
String? get key => _keyFor(this);