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)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(startTime: String, endTime: String): Showtime
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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