dart_exporter_annotation 1.0.1 copy "dart_exporter_annotation: ^1.0.1" to clipboard
dart_exporter_annotation: ^1.0.1 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{

}