ListingReviewComponent constructor

const ListingReviewComponent(
  1. {Key? key,
  2. ListingData? listingData}
)

Implementation

const ListingReviewComponent({super.key, this.listingData});