getTypeArg method

dynamic getTypeArg(
  1. Type t
)

Implementation

dynamic getTypeArg(Type t) {
  assert(mounted);
  return getListener(t).data;
}