toDate static method

String toDate(
  1. int? timeMills,
  2. DateFormats format
)

Implementation

static String toDate(int? timeMills, DateFormats format) {
  return timeMills.toDate(format);
}