cubetiq_dart_shared/lib/src/json.dart

4 lines
42 B
Dart
Raw Normal View History

2021-06-02 17:16:54 +07:00
abstract class ToJson {
Map toJson();
}