content property

Implementation

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

Implementation

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