time property
String
get
time
Used to specify the time in each log.
Implementation
String get time => '[${DateTime.now().hourMinuteSecond}]';
Used to specify the time in each log.
String get time => '[${DateTime.now().hourMinuteSecond}]';