ok property

String ok

Implementation

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