Get the effective options list.
List<String>? get effectiveOptions { if (options != null) return options; if (getOptions != null) return getOptions!(); return null; }