UnreadCountInfo constructor Null safety

UnreadCountInfo(
  1. {int all = 0,
  2. Map<String, int> customTypes = const {},
  3. int ts = 0}
)

Implementation

UnreadCountInfo({this.all = 0, this.customTypes = const {}, this.ts = 0});