LOCResponseRecord constructor
LOCResponseRecord({})
Implementation
LOCResponseRecord({
required String name,
required int ttl,
required this.version,
required this.size,
required this.horizontalPrecision,
required this.verticalPrecision,
required this.latitude,
required this.longitude,
required this.altitude,
}) : super(name: name, ttl: ttl);