UAdminPlaceRow constructor

UAdminPlaceRow({
  1. required String id,
  2. required bool isHotel,
  3. required String title,
  4. required String cityCode,
  5. required List<int> tags,
  6. required String? coverUrl,
})

Implementation

UAdminPlaceRow({required this.id, required this.isHotel, required this.title, required this.cityCode, required this.tags, required this.coverUrl});