IosLookupResponse constructor

IosLookupResponse({
  1. required int count,
  2. required List results,
})

Implementation

IosLookupResponse({required this.count, required this.results});