strCardDateTip property

String strCardDateTip

Enter the correct date

Implementation

String get strCardDateTip {
  return Intl.message(
    'Enter the correct date',
    name: 'strCardDateTip',
    desc: '',
    args: [],
  );
}