stripType property
FairlightStripType
get
stripType
Implementation
FairlightStripType get stripType {
return FairlightStripType.values.firstWhere(
(e) => e.value == type,
orElse: () => FairlightStripType.audioInput,
);
}