getSymbol abstract method
Returns a const Symbol that can be safely used for
named parameters in Function.apply.
- NOTE: A non-
constSymbol may not work depending on the compiled architecture, such as on Wasm.
Implementation
Symbol? getSymbol(String? key);