exists method

  1. @override
bool exists()
override

Check if the input data exists.

Implementation

@override
bool exists() {
  return file.existsSync();
}