showEditIcon property Null safety

bool showEditIcon
@JsonKey(name: 'showEditIcon'), read / write

수정 아이콘이 있어야하는 칼럼에는 true로 설정합니다. DataTableCell에도 이 값을 동일하게 주어야합니다.

Implementation

@JsonKey(name: 'showEditIcon')
bool showEditIcon;