rawType static method

Type rawType(
  1. Type any
)

Implementation

static Type rawType(Type any) {
  return any is Anytype ? any.raw : any;
}