SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.parser.ast.css.syntax.node
/
Value
/
String
String
data
class
String
(
val
location
:
CssLocation
,
val
value
:
String
)
:
Value
(
source
)
Represents a string value.
Members
Constructors
String
Link copied to clipboard
constructor
(
location
:
CssLocation
,
value
:
String
)
Properties
location
Link copied to clipboard
open
override
val
location
:
CssLocation
value
Link copied to clipboard
val
value
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
indent
:
Int
)
:
String