platform/lib/defs.dart

6 lines
127 B
Dart
Raw Normal View History

2016-06-27 00:20:42 +00:00
library angel_framework.defs;
/// Represents data that can be serialized into a MemoryService;
class MemoryModel {
int id;
}