content property

Implementation

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

Implementation

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