InternalCall class

Represents an internal method call and encapsulates the type of call and associated data, previously processed by the SDK. For internal use only.

Constructors

InternalCall(InternalCallType type, dynamic data)

Properties

data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type InternalCallType
final

Methods

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

Operators

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