time property

String get time

Time

Implementation

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