content property

Implementation

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

Implementation

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