3 lines
100 B
Dart
3 lines
100 B
Dart
abstract class ShouldBeUnique {
|
|
// This is an abstract class that serves as a marker interface.
|
|
}
|