getOriginal abstract method
Gets the underlying type requested by Class
Often at times, getType can differ from getOriginal. This mostly happens since Jetleaf employs a different mechanism in resolving type erasure by dart.
So, in such situations, T
can be different from Type
Implementation
Type getOriginal();