throwSourceError function
Implementation
void throwSourceError(String message) {
final pre = 'Injectable Generator ';
throw ("\n${pre.padRight(72, '-')}\n$message\n${''.padRight(72, '-')} \n");
}
void throwSourceError(String message) {
final pre = 'Injectable Generator ';
throw ("\n${pre.padRight(72, '-')}\n$message\n${''.padRight(72, '-')} \n");
}