platform/packages/model/README.md
thomashii@dukefirehawk.com 86538f7af1 Updated models
2023-01-02 09:01:11 +08:00

731 B

Angel3 Data Model

Pub Version (including pre-releases) Null Safety Gitter License

The basic data models for Angel3 framework.

import 'package:angel3_model/angel3_model.dart';

The available data models are:

  • Model class
    • A basic data model
  • AuditableModel class
    • A basic data model with audit log feature