2021-05-14 07:23:53 +00:00
|
|
|
# angel3_model
|
|
|
|
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_model)
|
|
|
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
|
|
|
|
|
|
|
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/model)
|
|
|
|
|
2017-07-11 20:41:32 +00:00
|
|
|
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
|
2021-05-14 07:23:53 +00:00
|
|
|
import 'package:angel3_model/angel3_model.dart';
|
2017-07-11 20:46:12 +00:00
|
|
|
```
|
|
|
|
|
2018-12-31 00:30:23 +00:00
|
|
|
This package was created to prevent dependency collisions with third-party packages.
|