Interface EmbeddedSass.Value.StringOrBuilder

    • Method Detail

      • getText

        String getText()
         The contents of the string. Mandatory.
         
        string text = 1;
        Returns:
        The text.
      • getTextBytes

        ByteString getTextBytes()
         The contents of the string. Mandatory.
         
        string text = 1;
        Returns:
        The bytes for text.
      • getQuoted

        boolean getQuoted()
         Whether the string is quoted or unquoted. Mandatory.
         
        bool quoted = 2;
        Returns:
        The quoted.