SystemParameter class

Define a parameter's name and location.

The parameter may be passed as either an HTTP header or a URL query parameter, and if both are passed the behavior is implementation-dependent.

Constructors

SystemParameter({String? httpHeader, String? name, String? urlQueryParameter})
SystemParameter.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
httpHeader String?
Define the HTTP header name to use for the parameter.
getter/setter pair
name String?
Define the name of the parameter, such as "api_key" .
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlQueryParameter String?
Define the URL query parameter name to use for the parameter.
getter/setter pair

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