List<String>? get values { if (!S.isNullOrEmpty(value?.toString())) return [value.toString()]; return null; }