JSetType<$E extends JObject> constructor

const JSetType<$E extends JObject>(
  1. JObjType<$E> E
)

Implementation

const JSetType(
  this.E,
);