getType method

  1. @override
String getType()
override

Type of list

Implementation

@override
String getType() {
  return T.toString();
}