tryInterface method
- String name
Tries to get a reference to an interface by name.
Returns null if no interface with the given name exists.
Implementation
InterfaceReference? tryInterface(String name) => interfaces[name];
Tries to get a reference to an interface by name.
Returns null if no interface with the given name exists.
InterfaceReference? tryInterface(String name) => interfaces[name];