platform/packages/reflection/lib/reflection.dart

9 lines
225 B
Dart
Raw Normal View History

2024-11-22 03:04:34 +00:00
/// A lightweight cross-platform reflection system for Dart.
library reflection;
export 'src/reflector.dart';
export 'src/metadata.dart';
export 'src/annotations.dart';
export 'src/exceptions.dart';
export 'src/types.dart';