fromTimeStamp static method

DateTime fromTimeStamp(
  1. int timestamp
)

Implementation

static DateTime fromTimeStamp(int timestamp) =>
    DateTime.fromMillisecondsSinceEpoch(timestamp * 1000);