withoutNullability static method
Print the DartType
without nullability
Implementation
static String withoutNullability(DartType type) => type.getDisplayString().replaceAll('?', '');
Print the DartType
without nullability
static String withoutNullability(DartType type) => type.getDisplayString().replaceAll('?', '');