dart_exporter_annotation 2.0.3

SDKdartflutter
Platformandroidioswindowslinuxmacosweb

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{

}