IDashboardData class
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
IDashboardData({IR5Etab? Etab, IR5EtabFDM? EtabIntf, required List<
IR5Staff> Staffs, required List<IR5Station> Stations, required List<IR5ModePay> ModePays}) -
const
-
IDashboardData.fromJson([Map<
String, dynamic> ? json]) -
factory
Properties
- Etab → IR5Etab?
-
final
- EtabIntf → IR5EtabFDM?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ModePays
→ List<
IR5ModePay> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Staffs
→ List<
IR5Staff> -
final
-
Stations
→ List<
IR5Station> -
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