accountConfirmedAt property

DateTime? get accountConfirmedAt

Implementation

DateTime? get accountConfirmedAt => _$this._accountConfirmedAt;
set accountConfirmedAt (DateTime? accountConfirmedAt)

Implementation

set accountConfirmedAt(DateTime? accountConfirmedAt) =>
    _$this._accountConfirmedAt = accountConfirmedAt;