mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 21:57:58 +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.dart
Normal file
5
benchmark_cherrypick/lib/scenarios/service.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract class Service {
|
||||
final dynamic value;
|
||||
final Service? dependency;
|
||||
Service({required this.value, this.dependency});
|
||||
}
|
||||
Reference in New Issue
Block a user