app
app
/
com.htueko.resumeapp.domain.model
/
Resume
/
copy
copy
fun
copy
(
resumeId
:
Int
=
0
,
name
:
String
=
""
,
avatarUrl
:
String
=
""
,
mobileNumber
:
String
=
""
,
emailAddress
:
String
=
""
,
careerObjective
:
String
=
""
,
totalYearsOfExperience
:
Int
=
0
,
address
:
String
=
""
)
:
Resume
Content copied to clipboard