content property
Implementation
AccountHolderStoreStatusChangeNotificationContentBuilder get content =>
_$this._content ??=
AccountHolderStoreStatusChangeNotificationContentBuilder();
set
content
(AccountHolderStoreStatusChangeNotificationContentBuilder? content)
Implementation
set content(
AccountHolderStoreStatusChangeNotificationContentBuilder? content,
) => _$this._content = content;