toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (rangeName != null) 'rangeName': rangeName!,
if (totalAllocatedIp != null) 'totalAllocatedIp': totalAllocatedIp!,
if (totalFreeIp != null) 'totalFreeIp': totalFreeIp!,
};