extractDateTimeFromEpochMs abstract method

DateTime extractDateTimeFromEpochMs(
  1. dynamic value,
  2. String errMsg
)

Creates a DateTime from epoch milliseconds.

Implementation

DateTime extractDateTimeFromEpochMs(dynamic value, String errMsg);