allRecords property

List<DoHAnswer> get allRecords

Get all records (answers + authority + additional)

Implementation

List<DoHAnswer> get allRecords => [...answers, ...authority, ...additional];