attribute_unknown property

String get attribute_unknown

The attribute required for the index could not be found. Please confirm all your attributes are in the available state

Implementation

String get attribute_unknown {
  return Intl.message(
    'The attribute required for the index could not be found. Please confirm all your attributes are in the available state',
    name: 'attribute_unknown',
    desc: '',
    args: [],
  );
}