PlaceCatModel constructor

PlaceCatModel({
  1. int? catLocId,
  2. int? catId,
  3. String? local,
  4. String? localisedName,
  5. int? privacyEnforced,
})

Implementation

PlaceCatModel(
    {this.catLocId,
    this.catId,
    this.local,
    this.localisedName,
    this.privacyEnforced});