duration property
The total duration of the playback, in milliseconds.
Implementation
int get duration {
final OperationResult resultString = objectMethod(
pointerId,
'PlaybackContainer',
'getDuration',
);
return resultString['result'];
}