Showtime

data class Showtime(startTime: String, endTime: String)

Author

Umang Chamaria Date: 28/04/20

Constructors

Showtime
Link copied to clipboard
fun Showtime(startTime: String, endTime: String)

Properties

endTime
Link copied to clipboard
val endTime: String
startTime
Link copied to clipboard
val startTime: String