february property

String get february

February

Implementation

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