BrowserProperties class
Constructors
- BrowserProperties.new({String? userAgent, String? name, String? version})
-
const
-
BrowserProperties.fromJson(Map<
String, dynamic> json) -
Creates a new instance of BrowserProperties from a JSON object.
This is used to convert a JSON object from the server into an instance of BrowserProperties.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the BrowserProperties to a JSON object. This is used to convert an instance of BrowserProperties into a JSON object that can be sent to the server.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited