parse method Null safety
override
Implementation
static PortList? parse(Map<String, dynamic>? json) =>
json == null ? null : PortList._fromJson(json);
static PortList? parse(Map<String, dynamic>? json) =>
json == null ? null : PortList._fromJson(json);