content property

Implementation

AccountHolderStoreStatusChangeNotificationContentBuilder get content =>
    _$this._content ??=
        AccountHolderStoreStatusChangeNotificationContentBuilder();

Implementation

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