RMXData class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RMXData({required IR5Etab etab, required List<IR5Station> stations, required List<IR5Service> services, required List<IR5Division> divisions, required List<IR5Staff> staffs, required List<IR5Salle> salles, required List<IR5Tbl> tbls, required List<IR5Article> articles, required List<IR5ArtCategory> categories, required List<IR5ArtGroup> groupes, required List<IR5TariffColor> tariffColors, required List<IR5ModePay> modePays, required List<IR5Route> routes, required List<IR5PtrDevice> ptrs, required List<IR5Route2PtrLnk> route2PtrLinks, required List<IR5Image> images, required IR5Restomax restomax})
RMXData.fromJson([Map<String, dynamic>? json])
factory

Properties

articles List<IR5Article>
final
categories List<IR5ArtCategory>
final
divisions List<IR5Division>
final
etab IR5Etab
final
groupes List<IR5ArtGroup>
final
hashCode int
The hash code for this object.
no setterinherited
images List<IR5Image>
final
modePays List<IR5ModePay>
final
ptrs List<IR5PtrDevice>
final
restomax IR5Restomax
final
final
routes List<IR5Route>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salles List<IR5Salle>
final
services List<IR5Service>
final
staffs List<IR5Staff>
final
stations List<IR5Station>
final
tariffColors List<IR5TariffColor>
final
tbls List<IR5Tbl>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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