data property

Map<(IpAddress, String?), DtoIpGeoLocation> data
final

IpGeoLocation stored in the database and accessible synchronously.

Implementation

final Map<(IpAddress, String?), DtoIpGeoLocation> data = {};