question_mark property

String get question_mark

?

Implementation

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