CardBoardModel constructor

CardBoardModel({
  1. required String title,
})

Implementation

CardBoardModel({required this.title});