LocationDetailPage constructor

const LocationDetailPage({
  1. required InspectionLocation locationdata,
  2. Key? key,
})

Implementation

const LocationDetailPage({required this.locationdata, Key? key})
    : super(key: key);