estimate property
Future<StorageEstimate> Function()
get
estimate
Implementation
_i2.Future<_i3.StorageEstimate> Function() get estimate =>
() => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'estimate',
),
r'call',
[this],
));
set
estimate
(Future<StorageEstimate> value())
Implementation
set estimate(_i2.Future<_i3.StorageEstimate> Function() value) {
_i4.setProperty(
this,
'estimate',
_i4.allowInterop(value),
);
}