EspeciesExpedienteScreen constructor

const EspeciesExpedienteScreen(
  1. {Key? key,
  2. required String expedienteId}
)

Implementation

const EspeciesExpedienteScreen({super.key, required this.expedienteId});