toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.room.syllabus
/
Subject
Subject
data
class
Subject
(
val
content
:
String
?
,
val
book
:
String
?
,
val
reference
:
String
?
)
:
Parcelable
,
Serializable
Members
Constructors
Subject
Link copied to clipboard
constructor
(
content
:
String
?
,
book
:
String
?
,
reference
:
String
?
)
Properties
book
Link copied to clipboard
val
book
:
String
?
content
Link copied to clipboard
val
content
:
String
?
reference
Link copied to clipboard
val
reference
:
String
?
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
)