createdAt property

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

Date of when the verification was created.

Implementation

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