9 lines
No EOL
287 B
Dart
9 lines
No EOL
287 B
Dart
/// Hooks to populate data returned from services, in a fashion
|
|
/// reminiscent of a relational database.
|
|
library angel_relations;
|
|
|
|
export 'src/belongs_to_many.dart';
|
|
export 'src/belongs_to.dart';
|
|
export 'src/has_many.dart';
|
|
export 'src/has_many_through.dart';
|
|
export 'src/has_one.dart'; |