toJson method

Map<String, dynamic> toJson()

Converts this IspInfo to a JSON object.

Implementation

Map<String, dynamic> toJson() => {
      'asn': asn,
      'org': org,
      'isp': isp,
    };