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