createdAt property

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

Timestamp when the verification was created.

Implementation

String get displayName;/// Timestamp when the verification was created.
@JsonKey(toJson: iso8601) DateTime get createdAt;