EnginCompositionTTTTTTT constructor

EnginCompositionTTTTTTT({
  1. required bool isMotrice,
  2. required String identifient,
  3. required Color color,
  4. List<Person> listPersonAffc = const [],
})

Implementation

EnginCompositionTTTTTTT({
  required this.isMotrice,
  required this.identifient,
  required this.color,
  this.listPersonAffc = const [],
});