records property
ListBuilder<CompensateNegativeBalanceNotificationRecord>
get
records
Implementation
ListBuilder<CompensateNegativeBalanceNotificationRecord> get records =>
_$this._records ??=
ListBuilder<CompensateNegativeBalanceNotificationRecord>();
set
records
(ListBuilder<CompensateNegativeBalanceNotificationRecord> ? records)
Implementation
set records(
ListBuilder<CompensateNegativeBalanceNotificationRecord>? records,
) => _$this._records = records;