attribute_value_invalid property

String get attribute_value_invalid

The attribute value is invalid. Please check the type, range and value of the attribute

Implementation

String get attribute_value_invalid {
  return Intl.message(
    'The attribute value is invalid. Please check the type, range and value of the attribute',
    name: 'attribute_value_invalid',
    desc: '',
    args: [],
  );
}