menu
puppeteer package
documentation
log
ViolationSetting
toJson method
toJson
brightness_4
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'name': name, 'threshold': threshold, }; }
puppeteer package
documentation
log
ViolationSetting
toJson method
ViolationSetting class
Constructors
ViolationSetting
fromJson
Properties
hashCode
name
runtimeType
threshold
Methods
noSuchMethod
toJson
toString
Operators
operator ==