mirror of
https://github.com/appditto/natrium_wallet_flutter.git
synced 2026-03-13 10:30:53 +08:00
4 lines
64 B
Dart
4 lines
64 B
Dart
abstract class BaseRequest {
|
|
Map<String, dynamic> toJson();
|
|
|
|
} |