isGridComplete property
Indicates whether the talent grid on this item is completed, and thus whether it should have a gold border around it. Only will be true if the item actually has a talent grid, and only then if it is completed (i.e. every exclusive set has an activated node, and every non-exclusive set node has been activated)
Implementation
@JsonKey(name:'isGridComplete')
bool? isGridComplete;