DomainRedirect class

Defines the behavior of a domain-level redirect.

Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration.

Constructors

DomainRedirect({String? domainName, String? type})
DomainRedirect.fromJson(Map _json)

Properties

domainName String?
The domain name to redirect to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The redirect status code.
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