accountCreationDate property

DateTime? get accountCreationDate

Implementation

DateTime? get accountCreationDate => _$this._accountCreationDate;
set accountCreationDate (DateTime? accountCreationDate)

Implementation

set accountCreationDate(DateTime? accountCreationDate) =>
    _$this._accountCreationDate = accountCreationDate;