items property

List<AudioClip>? items
final

Items of the category. If null an empty category will be created.

// Defaults to:
null

Implementation

final List<AudioClip>? items;