cubetiq_dart_shared/lib/src/json.dart

4 lines
42 B
Dart

abstract class ToJson {
Map toJson();
}