result property

Future<int> get result

Implementation

Future<int> get result {
  return _result.future;
}