Map<String, dynamic> toMap() { return { 'closingRange': closingRange.toMap(), 'articleCalibres': articleCalibres.map((x) => x.toMap()).toList(), }; }