notAcceptable property

String get notAcceptable

Not acceptable

Implementation

String get notAcceptable {
  return Intl.message(
    'Not acceptable',
    name: 'notAcceptable',
    desc: '',
    args: [],
  );
}