createdAt property

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

Timestamp for verification record. Defaults to current time when not specified.

Implementation

String get displayName;/// Timestamp for verification record. Defaults to current time when not specified.
@JsonKey(toJson: iso8601) DateTime? get createdAt;