normal property
EnumValue
get
normal
Used as the default value for Link#routing: the route goes fairly straight between ports.
Implementation
static _i3.EnumValue get normal => _i4.getProperty(
_declaredLink,
'Normal',
);
set
normal
(EnumValue value)
Implementation
static set normal(_i3.EnumValue value) {
_i4.setProperty(
_declaredLink,
'Normal',
value,
);
}