Builder

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
var averageResponsive: Long? = null
Link copied to clipboard
var responsive: Long? = null
Link copied to clipboard
var totalTime: Long? = null