content property

Implementation

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

Implementation

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