mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 05:25:19 +00:00
6 lines
93 B
Dart
6 lines
93 B
Dart
|
|
// ignore: camel_case_types
|
||
|
|
class named {
|
||
|
|
final String value;
|
||
|
|
const named(this.value);
|
||
|
|
}
|