menu
puppeteer package
documentation
protocol/css.dart
CSSComputedStyleProperty
CSSComputedStyleProperty.new constructor
CSSComputedStyleProperty.new constructor
dark_mode
light_mode
CSSComputedStyleProperty
constructor
CSSComputedStyleProperty
(
{
required
String
name
,
required
String
value
,
})
Implementation
CSSComputedStyleProperty({
required
this
.name,
required
this
.value});
puppeteer package
documentation
protocol/css
CSSComputedStyleProperty
CSSComputedStyleProperty.new constructor
CSSComputedStyleProperty class
Constructors
new
fromJson
Properties
hashCode
name
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==