Clef({ ClefType clefType = ClefType.treble, this.staffPosition, String? type, }) : _clefType = type == null ? clefType : clefTypeFromName(type);