6 lines
No EOL
127 B
Dart
6 lines
No EOL
127 B
Dart
library angel_framework.defs;
|
|
|
|
/// Represents data that can be serialized into a MemoryService;
|
|
class MemoryModel {
|
|
int id;
|
|
} |