ListingContactComponent constructor

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

Implementation

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