mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
refactor(structure): move benchmarks, scenarios, adapters, utils to dedicated folders; update imports/project layout
This commit is contained in:
5
benchmark_cherrypick/lib/scenarios/service_impl.dart
Normal file
5
benchmark_cherrypick/lib/scenarios/service_impl.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
import 'service.dart';
|
||||
|
||||
class ServiceImpl extends Service {
|
||||
ServiceImpl({required super.value, super.dependency});
|
||||
}
|
||||
Reference in New Issue
Block a user