key property
- @Since.new('3.11')
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);