createdUtc property

DateTime createdUtc

When was this Message created.

Implementation

DateTime get createdUtc =>
    DateTime.fromMillisecondsSinceEpoch(data!['created_utc'].round() * 1000,
        isUtc: true);