initNaive property

EnumValue get initNaive

Initialize using naive initialization; a valid value for LayeredDigraphLayout#initializeOption.

Implementation

static _i3.EnumValue get initNaive => _i4.getProperty(
      _declaredLayeredDigraphLayout,
      'InitNaive',
    );
set initNaive (EnumValue value)

Implementation

static set initNaive(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLayeredDigraphLayout,
    'InitNaive',
    value,
  );
}