isSelected property Null safety

bool isSelected
@JsonKey(ignore: true), read / write

개체설정화면이나 팝업에 있는 리스트뷰에서 개체가 선택되었는지 여부를 나타냅니다.

Implementation

@JsonKey(ignore: true)
bool isSelected;