RouteEntity

class RouteEntity(val routeId: Long = 0, var name: String, val description: String)

Constructors

Link copied to clipboard
constructor(routeId: Long = 0, name: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routeId: Long = 0

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean