SetFailed property

String get SetFailed

Setting failed.

Implementation

String get SetFailed {
  return Intl.message(
    'Setting failed.',
    name: 'SetFailed',
    desc: '',
    args: [],
  );
}