toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (actionId != null) 'actionId': actionId!,
      if (ipAddress != null) 'ipAddress': ipAddress!,
      if (portMappings != null) 'portMappings': portMappings!,
    };