baseVal property

bool baseVal

Source

@DomName('SVGAnimatedBoolean.baseVal')
@DocsEditable()
bool get baseVal =>
    _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Getter_(this);
void baseVal=(bool value)

Source

@DomName('SVGAnimatedBoolean.baseVal')
@DocsEditable()
set baseVal(bool value) =>
    _blink.BlinkSVGAnimatedBoolean.instance.baseVal_Setter_(this, value);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-svg/AnimatedBoolean/baseVal.html