getType abstract method
Gets the runtime type of this generic class.
Returns:
- The Dart Type object representing the generic class
- Includes generic parameters if preserved at runtime
Note: For some runtime environments, generic parameters may be erased.
Implementation
Type getType();