ProjetLoiFromJson constructor

ProjetLoiFromJson(
  1. String? uuid,
  2. String? legislature,
  3. String? titre,
  4. String? dossierRef,
  5. DateTime? dateDepot,
)

ProjetLoiFromJson is the detail of the Law Project to display

Implementation

ProjetLoiFromJson(
    this.uuid, this.legislature, this.titre, this.dossierRef, this.dateDepot);