Returns a Future containing a bool indicating whether this file is empty or not.
this
Future<bool> get isEmpty async => await length() == 0;