LineNode constructor

LineNode({
  1. String? type,
  2. LineNode clone()?,
  3. Constraints? constraints,
  4. 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,
    );