PlanFeature constructor

PlanFeature({
  1. String? createdAt,
  2. String? id,
  3. String? identifier,
  4. Object? important,
  5. String? name,
  6. String? planId,
  7. int? position,
  8. String? updatedAt,
  9. int? value,
})

Implementation

PlanFeature({
  this.createdAt,
  this.id,
  this.identifier,
  this.important,
  this.name,
  this.planId,
  this.position,
  this.updatedAt,
  this.value,
});