Coverage Summary for Class: LabelDomain (com.stslex93.notes.feature.home.domain.model)

Class Class, % Method, % Branch, % Line, % Instruction, %
LabelDomain 0% (0/1) 0% (0/1) 0% (0/3) 0% (0/12)


 package com.stslex93.notes.feature.home.domain.model
 
 data class LabelDomain(
     val uuid: String,
     val title: String,
 )