OperatingDaysDto

@Serializable
data class OperatingDaysDto(val from: String, val to: String, val pattern: String) : Parcelable

Created by Deniz Kalem on 20.05.2026

Constructors

Link copied to clipboard
constructor(from: String, to: String, pattern: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)