IpLookupModel constructor

const IpLookupModel({
  1. required String url,
  2. required List<String> resPath,
})

Implementation

const IpLookupModel({required this.url, required this.resPath});