toDisplayString function

String toDisplayString(
  1. DartType e, {
  2. bool withNullability = false,
})

Implementation

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