time property

Time? get time

Returns Time if string is a time string like "12:00:00"

Implementation

Time? get time => Time.tryParse(this);