PerformanceService constructor Null safety

const PerformanceService(
  1. {required FirebasePerformance performance}
)

PerformanceService description

Implementation

const PerformanceService({
  required FirebasePerformance performance,
}) : _performance = performance;