toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (vm != null) 'vm': vm!,
      if (vmIp != null) 'vmIp': vmIp!,
      if (vmPort != null) 'vmPort': vmPort!,
      if (vpc != null) 'vpc': vpc!,
    };