answerGetAll property

Future<DwApiResponse<List<DwModelWrapper>>> Function(DwRecordedRead read)? answerGetAll
getter/setter pair

Answers getAll. Unset means every getAll throws.

Implementation

Future<DwApiResponse<List<DwModelWrapper>>> Function(DwRecordedRead read)?
answerGetAll;