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