Slack\Message\MessageField::getValue PHP Method

getValue() public method

Get value
public getValue ( ) : string
return string
    public function getValue()
    {
        return $this->value;
    }