dart_exporter_annotation 2.0.3 copy "dart_exporter_annotation: ^2.0.3" to clipboard
dart_exporter_annotation: ^2.0.3 copied to clipboard

annotation for dart_exporter

Annotations for dart_exporter package.

Usage #

A simple usage example:

import 'package:dart_exporter_annotation/dart_exporter_annotation.dart';

@doNotExport
class YourClass{

}