apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api.json
/
JsonNumber
Json
Number
common
class
JsonNumber
(
val
value
:
String
)
Content copied to clipboard
A simple wrapper class that can be put in
Map
to indicate an arbitrary precision json number
Constructors
Properties
Constructors
Json
Number
Link copied to clipboard
common
fun
JsonNumber
(
value
:
String
)
Content copied to clipboard
Properties
value
Link copied to clipboard
common
val
value
:
String
Content copied to clipboard