time property

  1. @JsonKey.new(toJson: iso8601)
DateTime get time
inherited

Timestamp of when this message was originally broadcast.

Implementation

String? get prevData;/// Timestamp of when this message was originally broadcast.
@JsonKey(toJson: iso8601) DateTime get time;