show property

String get show

Show

Implementation

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