Required constructor

Required({
  1. String? attributeType,
  2. String? sId,
  3. String? id,
})

Implementation

Required({this.attributeType, this.sId, this.id});