message property

String message

Implementation

String get message => switch (this) {
      accessDenied => 'Permission to access the gallery is denied.',
      notEnoughSpace => 'Not enough space for storage.',
      notSupportedFormat => 'Unsupported file formats.',
      unexpected => 'An unexpected error has occurred.',
    };