IspInfo constructor

IspInfo({
  1. required String asn,
  2. required String org,
  3. required String isp,
})

Creates a new ISP information object.

Implementation

IspInfo({required this.asn, required this.org, required this.isp});