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