toTimeOfDay property

TimeOfDay toTimeOfDay

toTimeOfDay extension this extension will convert a string into TimeOfDay object

Implementation

TimeOfDay get toTimeOfDay => TimeOfDay.fromDateTime(this);