ProgramProperty constructor

ProgramProperty({
  1. int? id,
  2. String? slug,
  3. String? video,
  4. String? lat,
  5. String? lng,
  6. String? content,
  7. String? address,
})

Implementation

ProgramProperty(
    {this.id,
    this.slug,
    this.video,
    this.lat,
    this.lng,
    this.content,
    this.address});