ActeLegislatifFromJson constructor

ActeLegislatifFromJson(
  1. String? uuid,
  2. String? libelleActeLegislatif,
  3. dynamic actesIntra
)

Implementation

ActeLegislatifFromJson(
    this.uuid, this.libelleActeLegislatif, this.actesIntra);