VoyagerParam constructor

VoyagerParam({
  1. Voyager? parent,
  2. VoyagerArgument? argument,
})

default constructor

Implementation

VoyagerParam({this.parent, this.argument});