ContentType constructor

ContentType({
  1. int? id,
  2. String? label,
})

Implementation

ContentType({this.id, this.label});