$MethodInvocation.fromMessage constructor

$MethodInvocation.fromMessage(
  1. List message
)

Implementation

factory $MethodInvocation.fromMessage(List<dynamic> message) {
  return $MethodInvocation.fromAddresses(message[0], message[1], message[2]);
}