SubstratePath constructor

SubstratePath([
  1. List<SubstratePathElem> elems = const <SubstratePathElem>[]
])

Creates a new SubstratePath with the provided list of elems.

Implementation

SubstratePath([this.elems = const <SubstratePathElem>[]]);