common_text_loading property

String get common_text_loading

Loading...

Implementation

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