TypeChannelHandler<T extends Object> mixin
Null safety
Handles receiving messages and retrieving type arguments for a type channel.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
createInstance(
TypeChannelMessenger messenger, List< Object?> arguments) → T -
Instantiates a new object with
arguments
. -
invokeMethod(
TypeChannelMessenger messenger, T instance, String methodName, List< Object?> arguments) → Object? -
Invoke a method on
instance
for a type channel. -
invokeStaticMethod(
TypeChannelMessenger messenger, String methodName, List< Object?> arguments) → Object? - Invoke a static method for a type channel.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited