CdrsModel constructor

CdrsModel({
  1. int maxItems = 10,
})

Implementation

CdrsModel({int maxItems = 10}) : kMaxItems = maxItems;