count property

int get count

Implementation

int get count {
  if (_box != null) return _box!.length;

  return 0;
}