TimeFormatter constructor

TimeFormatter({
  1. Key? key,
  2. required dynamic time,
})

Implementation

TimeFormatter({Key? key, required this.time}) : super(key: key);