CardImageModel constructor

CardImageModel({
  1. required String image,
})

Implementation

CardImageModel({required this.image});