mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-25 14:13:22 +00:00
5 lines
69 B
Dart
5 lines
69 B
Dart
// ignore: camel_case_types
|
|
class singleton {
|
|
const singleton();
|
|
}
|