String toDisplayString(DartType e, {bool withNullability = false}) { return e.getDisplayString(withNullability: withNullability); }