factory Port.fromJson(Map<String, dynamic> json) => Port( id: json['id'], maxLinks: json['maxLinks'], label: json['label'], );