strAppOk property

String strAppOk

OK

Implementation

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