toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final gateway = this.gateway;
  final ips = this.ips;
  final netmask = this.netmask;
  return {'gateway': ?gateway, 'ips': ?ips, 'netmask': ?netmask};
}