AmendementFromJson constructor

AmendementFromJson(
  1. String? uuid,
  2. String? numeroLong,
  3. String? numeroOrdreDepot,
  4. String? texteLegislatifRef,
  5. String? libelleSignataires,
  6. String? cycleDeVieSort,
  7. String? exposeSommaire,
  8. String? dispositif,
  9. String? cartoucheInformatif,
  10. String? seanceDiscussionRef,
)

AmendementFromJson is the detail of the Amendment to display

Implementation

AmendementFromJson(
    this.uuid,
    this.numeroLong,
    this.numeroOrdreDepot,
    this.texteLegislatifRef,
    this.libelleSignataires,
    this.cycleDeVieSort,
    this.exposeSommaire,
    this.dispositif,
    this.cartoucheInformatif,
    this.seanceDiscussionRef);