dart / 1 / dart-html / lengthvalue / add.html

add method

  1. @DomName('LengthValue.add')
  2. @DocsEditable()
  3. @Experimental()
LengthValue add(LengthValue other)

Source

@DomName('LengthValue.add')
@DocsEditable()
@Experimental() // untriaged
LengthValue add(LengthValue other) =>
    _blink.BlinkLengthValue.instance.add_Callback_1_(this, other);

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