baseTypeOf method

String baseTypeOf(
  1. DartType type
)

Implementation

String baseTypeOf(DartType type) =>
    type.getDisplayString(withNullability: false);