PluginCall class

Constructors

PluginCall(String id, String target, String method, {Duration? timeout, dynamic args})
PluginCall.unique(String target, String method, {Duration? timeout, dynamic args})

Properties

args → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
method String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target String
final
timeout Duration?
final

Methods

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

Operators

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

Static Methods

fromJson(Map map) PluginCall