couldNotReadBytesFromFileError property

  1. @override
String couldNotReadBytesFromFileError

The error shown when the file being read has no bytes

Implementation

@override
String get couldNotReadBytesFromFileError =>
    'Could not read bytes from file.';