JListType<$E extends JObject> constructor

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

Implementation

const JListType(
  this.E,
);