본문 바로가기
Android/Kotlin

Kotlin에서 데이터 클래스 만들기

by 등촌동 꼬북이 2021. 12. 25.
data class Person(
	val name: String,
	val age: Int
)

댓글