CdrsModel constructor

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

Implementation

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