timestampDateTime property

DateTime? get timestampDateTime

Implementation

DateTime? get timestampDateTime => timestamp != null
    ? DateTime.fromMillisecondsSinceEpoch(timestamp!)
    : null;