estimatedPlayoutTimestamp property
double
get
estimatedPlayoutTimestamp
Implementation
double get estimatedPlayoutTimestamp =>
js_util.getProperty(this, 'estimatedPlayoutTimestamp');
set
estimatedPlayoutTimestamp
(double newValue)
Implementation
set estimatedPlayoutTimestamp(double newValue) {
js_util.setProperty(this, 'estimatedPlayoutTimestamp', newValue);
}