Builder

data class Builder(var totalTime: Long? = null, var responsive: Long? = null, var averageResponsive: Long? = null)

Constructors

Link copied to clipboard
constructor(totalTime: Long? = null, responsive: Long? = null, averageResponsive: Long? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard