toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.ui
/
Value
Value
data
class
Value
(
var
label
:
String
?
=
null
,
var
value
:
String
?
=
null
,
var
text
:
String
?
=
null
,
var
number
:
Double
?
=
null
,
var
start
:
String
?
=
null
,
var
end
:
String
?
=
null
,
var
check
:
Boolean
?
=
null
,
var
options
:
List
<
Value
>
?
=
emptyList()
)
:
Parcelable
Members
Constructors
Value
Link copied to clipboard
constructor
(
label
:
String
?
=
null
,
value
:
String
?
=
null
,
text
:
String
?
=
null
,
number
:
Double
?
=
null
,
start
:
String
?
=
null
,
end
:
String
?
=
null
,
check
:
Boolean
?
=
null
,
options
:
List
<
Value
>
?
=
emptyList()
)
Properties
check
Link copied to clipboard
var
check
:
Boolean
?
end
Link copied to clipboard
var
end
:
String
?
label
Link copied to clipboard
var
label
:
String
?
number
Link copied to clipboard
var
number
:
Double
?
options
Link copied to clipboard
var
options
:
List
<
Value
>
?
start
Link copied to clipboard
var
start
:
String
?
text
Link copied to clipboard
var
text
:
String
?
value
Link copied to clipboard
var
value
:
String
?
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)