layoutGrids property

  1. @JsonKey(defaultValue: [])
List<LayoutGrid> layoutGrids
final

An array of layout grids attached to this node. Group nodes do not have this attribute.

Implementation

@JsonKey(defaultValue: [])
final List<LayoutGrid> layoutGrids;