platform/lib/defs.dart
2016-06-26 20:20:42 -04:00

6 lines
No EOL
127 B
Dart

library angel_framework.defs;
/// Represents data that can be serialized into a MemoryService;
class MemoryModel {
int id;
}