String nc(String line, DartType type) { return type.nullabilitySuffix == NullabilitySuffix.none ? "($line)!" : line; }