IR5Division class

Table Division ex:Etage,Terrasse,...

Annotations
  • @JsonSerializable()

Constructors

IR5Division({required int Num, required String Nom, required String Description, required int Flags, required bool Bit00})
const
IR5Division.fromJson([Map<String, dynamic>? json])
factory

Properties

Bit00 bool
final
Description String
Just a free Description
final
Flags int
Division FLAGS 0..63
final
hashCode int
The hash code for this object.
no setterinherited
Nom String
Just a Name
final
Num int
Just a #Num used as primary key unique id
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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