DossierLegislatifFromJson constructor

DossierLegislatifFromJson(
  1. String? uuid,
  2. String? legislature,
  3. String? titre,
  4. String? libelleProcedureParlementaire,
  5. String? lastLibelleActeLegislatif,
  6. List<ActeLegislatifFromJson>? actesLegislatifs,
)

DossierLegislatifFromJson is the detail of the Legislative File to display

Implementation

DossierLegislatifFromJson(
    this.uuid,
    this.legislature,
    this.titre,
    this.libelleProcedureParlementaire,
    this.lastLibelleActeLegislatif,
    this.actesLegislatifs);