toHorusEntity method

HorusEntity toHorusEntity()

Implementation

HorusEntity toHorusEntity() => HorusEntity(
      accessiblePlace: accessiblePlace,
      comunity: comunity,
      locality: locality,
      maxCapacity: maxCapacity,
      maxPrice: maxPrice.toPrinceEntity(),
      minPrice: minPrice.toPrinceEntity(),
      name: name,
      paidSeats: paidSeats?.map((e) => e.toPaidSeatsEntity()).toList(),
      site: site,
    );