getType method

dynamic getType(
  1. dynamic type
)

Implementation

getType(type) {
  return type;
}