Data constructor Null safety

Data(
  1. {List<Node>? nodes}
)

Implementation

Data({
  this.nodes,
});