in lib/ui/aliplayer_setting_menu_panel.dart [58:65]
bool isEqualTo(SettingItem<T> other) {
return this.type == other.type &&
this.text == other.text &&
this.initialValue == other.initialValue &&
this.startIcon == other.startIcon &&
this.endIcon == other.endIcon &&
listEquals(this.options, other.options);
}