tdd 진행
This commit is contained in:
@@ -16,7 +16,7 @@ class Club {
|
||||
final DateTime? updatedAt;
|
||||
|
||||
Club({
|
||||
required this.id,
|
||||
this.id = '', // 기본값 빈 문자열로 설정
|
||||
required this.name,
|
||||
this.description,
|
||||
this.logo,
|
||||
|
||||
Reference in New Issue
Block a user