HKSource constructor

const HKSource({
  1. required String bundleIdentifier,
  2. required String name,
})

Creates a new source with the specified bundle identifier and name.

Implementation

const HKSource({required this.bundleIdentifier, required this.name});