content property

Implementation

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

Implementation

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