Features constructor

Features({
  1. int? id,
  2. String? featureRef,
  3. String? label,
  4. String? uniqueIdentifier,
})

Implementation

Features({this.id, this.featureRef, this.label, this.uniqueIdentifier});