2017-07-11 20:41:32 +00:00
|
|
|
# angel_model
|
|
|
|
Angel's basic data model class, no longer with the added weight of the whole framework.
|
2017-07-11 20:46:12 +00:00
|
|
|
|
|
|
|
```dart
|
|
|
|
import 'package:angel_model/angel_model.dart';
|
|
|
|
```
|
|
|
|
|
2018-12-31 00:30:23 +00:00
|
|
|
This package was created to prevent dependency collisions with third-party packages.
|