NodeProperty constructor
const
NodeProperty(
- NodeProperties property,
- dynamic value
Implementation
const NodeProperty(
this.property,
this.value,
);
const NodeProperty(
this.property,
this.value,
);