VoyagerStack constructor

const VoyagerStack(
  1. List<VoyagerStackItem> _items, {
  2. Object? scope,
})

default constructor

Implementation

const VoyagerStack(this._items, {Object? scope}) : _scope = scope;