exists method

  1. @override
bool exists()
override

Implementation

@override
bool exists() {
  return bytes.isNotEmpty;
}