Map<String, dynamic> toJson() { final portMapping = this.portMapping; return { 'portMapping': portMapping, }; }