factory CommentLinks.fromJson(Map<String, Object?> json) { return CommentLinks( webui: json[r'webui'] as String?, ); }