estimate method Null safety

Future<Map<String, dynamic>?> estimate ()

Implementation

Future<Map<String, dynamic>?> estimate() =>
    promiseToFutureAsMap(JS("", "#.estimate()", this));