AudioSource constructor Null safety

AudioSource(
  1. {required String token,
  2. required int channels}
)

Implementation

AudioSource({required this.token, required this.channels});