MetaCounterResponse constructor Null safety

MetaCounterResponse(
  1. {Map<String, num> metaCounter = const {},
  2. int? ts}
)

Implementation

MetaCounterResponse({this.metaCounter = const {}, this.ts});