FontSettingsClearDefaultFixedFontSizeParams class
class FontSettingsClearDefaultFixedFontSizeParams extends ChromeObject { FontSettingsClearDefaultFixedFontSizeParams(); FontSettingsClearDefaultFixedFontSizeParams.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy); }
Extends
ChromeObject > FontSettingsClearDefaultFixedFontSizeParams
Constructors
new FontSettingsClearDefaultFixedFontSizeParams() #
Create a new instance of a ChromeObject
, which creates and delegates to
a JsObject proxy.
docs inherited from ChromeObject
FontSettingsClearDefaultFixedFontSizeParams();
new FontSettingsClearDefaultFixedFontSizeParams.fromProxy(JsObject jsProxy) #
Create a new instance of a ChromeObject
, which delegates to the given
JsObject proxy.
docs inherited from ChromeObject
FontSettingsClearDefaultFixedFontSizeParams.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);
Properties
Methods
String toString() #
inherited from ChromeObject
Returns a string representation of this object.
docs inherited from Object
String toString() => jsProxy.toString();