ExtraParam class

ExtraParam includes the following elements.

Constructors

ExtraParam({required ExtraParamName name, required String value})
ExtraParam.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name ExtraParamName
The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require additional parameters and the names of the parameters that they require:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The value that corresponds with the name of an extra parameter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited