DossierLegislatifFromJson class

Implemented types

Constructors

DossierLegislatifFromJson(String? uuid, String? legislature, String? titre, String? libelleProcedureParlementaire, String? lastLibelleActeLegislatif, List<ActeLegislatifFromJson>? actesLegislatifs)
DossierLegislatifFromJson is the detail of the Legislative File to display
DossierLegislatifFromJson.fromFrenchNationalAssemblyJson(Map<String, dynamic> _map)
Mapping from JSON

Properties

actesLegislatifs List<ActeLegislatifFromJson>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastLibelleActeLegislatif String?
getter/setter pair
legislature String?
getter/setter pair
libelleProcedureParlementaire String?
getter/setter pair
reunionsRef List<String>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titre String?
getter/setter pair
uuid String?
getter/setter pair
votesRef List<String>?
no setter

Methods

compareTo(DossierLegislatifFromJson other) int
Sorting rules
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited