SubstratePath constructor
SubstratePath([
- List<
SubstratePathElem> elems = const <SubstratePathElem>[]
Creates a new SubstratePath with the provided list of elems.
Implementation
SubstratePath([this.elems = const <SubstratePathElem>[]]);