attribute_format_unsupported property

String get attribute_format_unsupported

The requested attribute format is not supported

Implementation

String get attribute_format_unsupported {
  return Intl.message(
    'The requested attribute format is not supported',
    name: 'attribute_format_unsupported',
    desc: '',
    args: [],
  );
}