content property

Implementation

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

Implementation

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