SelfTests constructor Null safety

SelfTests(
  1. {bool inCalculator = true}
)

Implementation

SelfTests({this.inCalculator = true});