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