heading2 property

String heading2

H2

Implementation

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