parse method

  1. @DomName('StyleValue.parse')
  2. @DocsEditable()
  3. @Experimental()
Object parse(String property, String cssText)

Source

@DomName('StyleValue.parse')
@DocsEditable()
@Experimental() // untriaged
static Object parse(String property, String cssText) =>
    (_blink.BlinkStyleValue.instance.parse_Callback_2_(property, cssText));

© 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/StyleValue/parse.html