Sign constructor

Sign(
  1. InputSign input
)

Constructs a Sign with the given input parameters.

Implementation

Sign(InputSign input) : super(input.parent);