SIQResourceCategory constructor

SIQResourceCategory({
  1. String? id,
  2. String? name,
})

Implementation

SIQResourceCategory({this.id, this.name});