CardModel.create constructor
Implementation
CardModel.create({
required this.userId,
required this.image,
required this.name,
required this.desc,
required this.updateAt,
required this.createAt,
}) : id = null;
CardModel.create({
required this.userId,
required this.image,
required this.name,
required this.desc,
required this.updateAt,
required this.createAt,
}) : id = null;