menu
Dart
dart:html
StorageManager
estimate method
estimate
brightness_4
brightness_5
description
estimate
method
Future
<
Map
<
String
,
dynamic
>
?
>
estimate
(
)
Implementation
Future<Map<String, dynamic>?> estimate() => promiseToFutureAsMap(JS("", "#.estimate()", this));
Dart
dart:html
StorageManager
estimate method
StorageManager class
Properties
hashCode
runtimeType
Methods
estimate
noSuchMethod
persist
persisted
toString
Operators
operator ==