sure property

String get sure

OK

Implementation

String get sure {
  return Intl.message(
    'OK',
    name: 'sure',
    desc: '',
    args: [],
  );
}