august property

String get august

August

Implementation

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