13 lines
155 B
Dart
Executable File
13 lines
155 B
Dart
Executable File
import 'package:get/get.dart';
|
|
|
|
class ValueAddedServicesBuyState {
|
|
final topData = [
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
].obs;
|
|
|
|
void onClose() {}
|
|
}
|