ProjetLoiFromJson class

Implemented types

Constructors

ProjetLoiFromJson(String? uuid, String? legislature, String? titre, String? dossierRef, DateTime? dateDepot)
ProjetLoiFromJson is the detail of the Law Project to display
ProjetLoiFromJson.fromFrenchNationalAssemblyJson(Map<String, dynamic> _map)
Mapping from JSON

Properties

dateDepot DateTime?
getter/setter pair
dossierRef String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAdopted bool
Get a boolean to know if the Law project is adopted or not
no setter
legislature String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titre String?
getter/setter pair
uuid String?
getter/setter pair
uuidTranslate String
Get the 'translation' of the Uuid into an understandable String
no setter

Methods

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