IR5ArtGroup class

Articles Groupes

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IR5ArtGroup({required int Num, required String Nom, required String Description, required String NomFr, required String NomNl, required String NomUk, required String ExtRef, required String Tags, required String WebOrder, required String Account, required IR5BtnProperties? BtnProp, required int Flags})
IR5ArtGroup.fromJson([Map<String, dynamic>? json])
factory

Properties

Account String
final
BtnProp IR5BtnProperties?
final
Description String
Just a free Description
final
ExtRef String
External Ref (used as primary key)
final
Flags int
Art.Groupe Flags
final
hashCode int
The hash code for this object.
no setterinherited
Nom String
Just a Name
final
NomFr String
Just a Name
final
NomNl String
Just a Name
final
NomUk 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
Tags String
Free Tags or Labels semicolumn separated
final
WebOrder String
Export to WebOrder Platforms (semicolumn separated list of Platforms)
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