static PortList? parse(Map<String, dynamic>? json) => json == null ? null : PortList._fromJson(json);