MaterialList constructor

MaterialList({
  1. int? type,
  2. String? content,
})

Implementation

MaterialList({
  this.type,
  this.content,
});