answerGetCount property

Future<DwApiResponse<int>> Function(DwRecordedRead read)? answerGetCount
getter/setter pair

Answers getCount. Unset means every getCount throws.

Implementation

Future<DwApiResponse<int>> Function(DwRecordedRead read)? answerGetCount;