HandshakeResource class
Contains additional data that is needed to process a handshake.
Constructors
-
HandshakeResource({List<
HandshakeResource> ? resources, HandshakeResourceType? type, String? value}) -
HandshakeResource.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
resources
→ List<
HandshakeResource> ? -
When needed, contains an additional array of
HandshakeResource
objects.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → HandshakeResourceType?
-
The type of information being passed, specifying how the value is to be
interpreted by the other party:
final
- value → String?
-
The information that is passed to the other party in the handshake. The
format of the value string must match the requirements of the specified
type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited