getFormatedDate method
Implementation
String getFormatedDate(int index) {
return "${DebugUtils.debugLogBloc.state.logs.elementAt(index).dateTime?.hour ?? 00}-${DebugUtils.debugLogBloc.state.logs.elementAt(index).dateTime?.minute ?? 00}-${DebugUtils.debugLogBloc.state.logs.elementAt(index).dateTime?.second ?? 00}";
}