DeeplinkRpcRequest class

RPC request received through Deeplink.

Annotations
  • @freezed

Constructors

DeeplinkRpcRequest.new({required String requestUrl, required String replyUrl, Map<String, dynamic> params = const {}})
factory
DeeplinkRpcRequest.decode(Object? argument)
factory
DeeplinkRpcRequest.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $DeeplinkRpcRequestCopyWith<DeeplinkRpcRequest>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
params Map<String, dynamic>
no setterinherited
replyUrl String
no setterinherited
requestUrl String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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