platform/lib/src/defs.dart

9 lines
149 B
Dart
Raw Normal View History

2016-06-27 00:20:42 +00:00
library angel_framework.defs;
2017-02-13 00:38:33 +00:00
import '../common.dart';
export '../common.dart';
2016-06-27 00:20:42 +00:00
2017-02-13 00:38:33 +00:00
/// Use [Model] instead.
@deprecated
2016-06-27 00:20:42 +00:00
class MemoryModel {
int id;
}