data property

Implementation

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

Implementation

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