$InteractiveFlag.wrap constructor

$InteractiveFlag.wrap(
  1. InteractiveFlag $value
)

Wrap a InteractiveFlag in a $InteractiveFlag

Implementation

$InteractiveFlag.wrap(this.$value) : _superclass = $Object($value);