UtilityRequest class abstract

UtilityRequest

Properties:

  • originDomains - The list of origin domains, for which origin keys are requested.
Annotations
  • @BuiltValue.new()

Constructors

UtilityRequest([void updates(UtilityRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
originDomains → BuiltList<String>
The list of origin domains, for which origin keys are requested.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UtilityRequestBuilder)) UtilityRequest
Rebuilds the instance.
inherited
toBuilder() UtilityRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UtilityRequest>
no setter