code property

String code

Implementation

String get code => switch (this) {
      accessDenied => 'ACCESS_DENIED',
      notEnoughSpace => 'NOT_ENOUGH_SPACE',
      notSupportedFormat => 'NOT_SUPPORTED_FORMAT',
      unexpected => 'UNEXPECTED',
    };