PlaceDescribeModel constructor

PlaceDescribeModel(
  1. {int? id,
  2. String? name,
  3. String? status,
  4. bool isSelected = false}
)

Implementation

PlaceDescribeModel(
    {this.id, this.name, this.status, this.isSelected = false});