totalSamplesDuration property
num?
get
totalSamplesDuration
Implementation
_i2.num? get totalSamplesDuration => _i4.getProperty(
this,
'totalSamplesDuration',
);
set
totalSamplesDuration
(num? value)
Implementation
set totalSamplesDuration(_i2.num? value) {
_i4.setProperty(
this,
'totalSamplesDuration',
value ?? _i6.undefined,
);
}