twoFactorAuthEnabledDate property

  1. @JsonKey(name: r'twoFactorAuthEnabledDate', required: false, includeIfNull: false)
DateTime? twoFactorAuthEnabledDate
final

Implementation

@JsonKey(
    name: r'twoFactorAuthEnabledDate', required: false, includeIfNull: false)
final DateTime? twoFactorAuthEnabledDate;