mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
6 lines
119 B
Dart
6 lines
119 B
Dart
|
|
import 'service.dart';
|
||
|
|
|
||
|
|
class ServiceImpl extends Service {
|
||
|
|
ServiceImpl({required super.value, super.dependency});
|
||
|
|
}
|