VastuAngleBasedDataModel constructor

VastuAngleBasedDataModel({
  1. String? direction,
  2. String? zone,
  3. String? facing,
  4. String? devta,
  5. List<String>? effect,
  6. String? compass_direction,
  7. double? start_angle,
  8. double? end_angle,
  9. String? element,
  10. List<String>? remedies_primary,
  11. List<String>? remedies_secondary,
})

Implementation

VastuAngleBasedDataModel({this.direction,
  this.zone,
  this.facing,
  this.devta,
  this.effect,
  this.compass_direction,
  this.start_angle,
  this.end_angle,
  this.element,
  this.remedies_primary,
  this.remedies_secondary});