UpdateVersionFailed property

String get UpdateVersionFailed

Failed to download file.

Implementation

String get UpdateVersionFailed {
  return Intl.message(
    'Failed to download file.',
    name: 'UpdateVersionFailed',
    desc: '',
    args: [],
  );
}