VillaListings constructor

VillaListings({
  1. List<Properties>? properties,
  2. String? discountMessage,
  3. String? discountMethod,
  4. Paginate? paginate,
  5. Meta? meta,
})

Implementation

VillaListings(
    {this.properties,
    this.discountMessage,
    this.discountMethod,
    this.paginate,
    this.meta});