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