stack_wallet/lib/services/buy/buy.dart
2023-01-25 16:43:26 -06:00

3 lines
42 B
Dart

abstract class Buy {
String get name;
}