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