AmendementFromJson class

Implemented types

Constructors

AmendementFromJson(String? uuid, String? numeroLong, String? numeroOrdreDepot, String? texteLegislatifRef, String? libelleSignataires, String? cycleDeVieSort, String? exposeSommaire, String? dispositif, String? cartoucheInformatif, String? seanceDiscussionRef)
AmendementFromJson is the detail of the Amendment to display
AmendementFromJson.fromFrenchNationalAssemblyJson(Map<String, dynamic> _map)
Mapping from JSON

Properties

cartoucheInformatif String?
getter/setter pair
cycleDeVieSort String?
getter/setter pair
dispositif String?
getter/setter pair
exposeSommaire String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
libelleSignataires String?
getter/setter pair
numeroLong String?
getter/setter pair
numeroLongTranslate String?
Get the 'translation' of the Long number into an understandable String
no setter
numeroOrdreDepot String?
getter/setter pair
ordreTri int
Get the sorting order : Commission job after Overall meeting
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seanceDiscussionRef String?
getter/setter pair
texteLegislatifRef String?
getter/setter pair
uuid String?
getter/setter pair

Methods

compareTo(AmendementFromJson 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