h property

String get h

h

Implementation

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