storage_file_empty property

String get storage_file_empty

Empty file passed to the endpoint

Implementation

String get storage_file_empty {
  return Intl.message(
    'Empty file passed to the endpoint',
    name: 'storage_file_empty',
    desc: '',
    args: [],
  );
}