DetallePredioScreen constructor

const DetallePredioScreen(
  1. {Key? key,
  2. required Map<String, dynamic> predio}
)

Implementation

const DetallePredioScreen({super.key, required this.predio});