id property

  1. @override
String get id
override

The unique identifier for this audio source

Implementation

@override
String get id => 'concatenating-${children.map((c) => c.id).join('-')}';