createdAt property

  1. @JsonKey.new(fromJson: timestampToDateTime, toJson: dateTimeToTimestamp)
DateTime get createdAt
inherited

Implementation

@JsonKey(fromJson: timestampToDateTime, toJson: dateTimeToTimestamp)
DateTime get createdAt =>
    throw _privateConstructorUsedError;