core.List<core.String>? asVectorString() { if (_value is core.List<core.String>) { return _value; } return null; }