getByRuntimeType method
Checks if a node with this exact runtimeType already exists.
Implementation
Node? getByRuntimeType(Type type) => _nodes[Key(type.toString())];
Checks if a node with this exact runtimeType already exists.
Node? getByRuntimeType(Type type) => _nodes[Key(type.toString())];