Items constructor

Items(
  1. String type,
  2. String eventAt,
  3. String contentTypeUid,
  4. List data
)

Implementation

Items(this.type, this.eventAt, this.contentTypeUid, this.data);