parse method - CssStyleValue class - dart:html library (original) (raw)

description

parse static method

Object? parse(

  1. String property,
  2. String cssText )

Implementation

static Object? parse(String property, String cssText) native;