strTimeNow property

String strTimeNow

Right now

Implementation

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