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