ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
URLQueryItem
URLQuery
Item
data
class
URLQueryItem
(
val
name
:
String
,
val
value
:
String
?
)
Members
Constructors
URLQuery
Item
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String