type property

ConstraintType get type

Implementation

ConstraintType get type => ConstraintType.fromJS(_wrapped.type);
set type (ConstraintType v)

Implementation

set type(ConstraintType v) {
  _wrapped.type = v.toJS;
}