rand dart fix

This commit is contained in:
2026-01-15 17:36:22 -08:00
parent dbbdafd893
commit 91e7e39fe8
131 changed files with 976 additions and 1365 deletions
@@ -132,7 +132,6 @@ void _processFile(
if (item.isValid) {
if (!cache.addName(item.name)) continue;
final _template = _processClass(item, input);
if (_template == null) continue;
final name = ReCase(item.name).snakeCase;
final _path = 'classes/' + name + '.dart';
final _file = _getFile(output.path, _path);