Signpost constructor

Signpost(
  1. List<SignpostLabel> labels
)

Creates a new instance.

  • labels List of signpost labels.

Implementation

Signpost(this.labels);