fromDictionary method

  1. @DomName('LengthValue.fromDictionary')
  2. @DocsEditable()
  3. @Experimental()
LengthValue fromDictionary (Map dictionary)

Implementation

@DomName('LengthValue.fromDictionary')
@DocsEditable()
@Experimental() // untriaged
static LengthValue fromDictionary(Map dictionary) {
  var dictionary_1 = convertDartToNative_Dictionary(dictionary);
  return _fromDictionary_1(dictionary_1);
}