LineNode constructor
LineNode({
- String? type,
- LineNode clone()?,
- Constraints? constraints,
- ReadonlyArray<
Annotation> ? annotations,
Implementation
factory LineNode({
_i2.String? type,
_i3.LineNode Function()? clone,
_i3.Constraints? constraints,
_i4.ReadonlyArray<_i3.Annotation>? annotations,
}) =>
LineNode._(
type: type,
clone: clone == null ? null : _i5.allowInterop(clone),
constraints: constraints ?? _i7.undefined,
annotations: annotations ?? _i7.undefined,
);