toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.firebase.remote.model
/
CourseDetailModel
Course
Detail
Model
data
class
CourseDetailModel
(
val
name
:
String
,
val
sem
:
Int
)
Model class for fetching course details from RemoteConfig
See also
Course
Details
Members
Constructors
Course
Detail
Model
Link copied to clipboard
constructor
(
name
:
String
,
sem
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
sem
Link copied to clipboard
val
sem
:
Int