formattedTime property

String formattedTime

It's a getter that returns the value of _timeFormat(_time)

Implementation

String get formattedTime => timeFormat(_time);