Engin constructor
Engin({})
Implementation
Engin({
required this.id,
required this.name,
required this.composition,
required this.longueur,
this.updated_at,
this.colorHex,
});
Engin({
required this.id,
required this.name,
required this.composition,
required this.longueur,
this.updated_at,
this.colorHex,
});