String buildPath({ required String path, required String fileName, String extension = 'dart', }) { return '$path/$fileName.$extension'; }