ConstDateTime.fromMicrosecondsSinceEpoch constructor Null safety

const ConstDateTime.fromMicrosecondsSinceEpoch(
  1. int microsecondsSinceEpoch,
  2. {bool isUtc = false}
)

Implementation

const ConstDateTime.fromMicrosecondsSinceEpoch(int microsecondsSinceEpoch,
    {bool isUtc = false})
    : this._internal(ConstructorType.fromMicrosecondsSinceEpoch,
          microsecond: microsecondsSinceEpoch, isUtc: isUtc);