Coverage Summary for Class: DetailStream (com.codandotv.streamplayerapp.feature_detail.domain)

Class Class, % Method, % Branch, % Line, % Instruction, %
DetailStream 100% (1/1) 100% (1/1) 100% (8/8) 100% (37/37)


 package com.codandotv.streamplayerapp.feature_detail.domain
 
 data class DetailStream(
     val id : String,
     val title : String,
     val overview : String,
     val tagline : String,
     val url : String,
     val releaseYear : String,
     val isFavorite: Boolean
 )