strValue function

Value strValue(
  1. String str
)

Implementation

Value strValue(String str) {
  return Value(type: Value_Type.STR, str: str);
}