data property
AccountUpdateNotificationDataBuilder
get
data
Implementation
AccountUpdateNotificationDataBuilder get data =>
_$this._data ??= AccountUpdateNotificationDataBuilder();
set
data
(AccountUpdateNotificationDataBuilder? data)
Implementation
set data(AccountUpdateNotificationDataBuilder? data) => _$this._data = data;