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