common Progressive¶ @ExperimentalProgressApi data class Progressive<out Value>(val value: Value, val progress: Progress) Stores a value along with progress information. Constructors¶ Progressive¶ constructor(value: Value, progress: Progress) Properties¶ progress¶ val progress: Progress value¶ val value: Value Functions¶ toString¶ open override fun toString(): String