[Dart] Private 변수

devvace ㅣ 2022. 12. 8. 20:10

'_'를 사용해서 private 변수를 선언할 수 있다.

class _Idol {
	_Idol blackPink = _Idol.fromList()
}