RowData constructor
RowData({})
Implementation
RowData(
{this.key,
this.value,
bool? isExpanded,
this.jsonKeyTypes,
this.collapseCount,
this.level = 0,
this.index = 0,
this.arrayIndex,
this.childrenCount,
this.isParent = false}) {
_isExpanded = isExpanded;
}