size property

Future<int> size

容量的大小

Implementation

Future<int> get size async => await _runtimeLock.synchronized(() => _size);