CelmCoverage constructor

const CelmCoverage({
  1. required String scope,
  2. required CelmDepth depth,
})

Implementation

const CelmCoverage({required this.scope, required this.depth});