factory PortState.fromJson(Map<String, dynamic> json) { return PortState( isHovered: json['isHovered'] ?? false, ); }