solutionPartIndexes property
Get indexes of the affected solution parts
Returns
- Indexes list of the affected solution parts
Throws
- An exception if it fails.
Implementation
List<int> get solutionPartIndexes {
final OperationResult resultString = objectMethod(
_pointerId,
'PTBuyTicketInformation',
'getSolutionPartIndexes',
);
return List<int>.from(resultString['result']);
}