toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
io.nutrient.data.models
/
Context
Context
@
Serializable
data
class
Context
(
val
pageIndex
:
Int
,
val
text
:
String
)
Members
Constructors
Context
Link copied to clipboard
constructor
(
pageIndex
:
Int
,
text
:
String
)
Properties
page
Index
Link copied to clipboard
val
pageIndex
:
Int
text
Link copied to clipboard
val
text
:
String
Functions
to
Json
Object
Link copied to clipboard
fun
toJsonObject
(
)
:
JSONObject