static fromJson(Map<String, dynamic> json) => BoardDto( json['name'] ?? "", json['description'] ?? "", id: json['id'] ?? "", );