accountUpdate property

bool? get accountUpdate

Implementation

bool? get accountUpdate => _$this._accountUpdate;
set accountUpdate (bool? accountUpdate)

Implementation

set accountUpdate(bool? accountUpdate) =>
    _$this._accountUpdate = accountUpdate;