utils library
Functions
-
notQueryNorPath(
List< RouteParamConfig> parameters) → List<RouteParamConfig> -
processedReturnType(
String? returnType) → String -
throwError(
String message, {Element? element, String todo = ''}) → void -
throwIf(
bool condition, String message, {Element? element, String todo = ''}) → void -
toDisplayString(
DartType e, {bool withNullability = false}) → String