getTypeName static method
Gets the type name of d
Implementation
static String getTypeName(dynamic d) {
final Type t = d;
return t.toString();
}
Gets the type name of d
static String getTypeName(dynamic d) {
final Type t = d;
return t.toString();
}