FCXHandle constructor

FCXHandle(
  1. FCXHandleType type,
  2. String value
)

Initializes a new handle of a given type with the specified value.

Implementation

FCXHandle(this.type, this.value);