From 308838e2d1b031d4f4a357ea41b484263fa5a756 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 20 Jun 2024 09:35:35 +0200 Subject: [PATCH] Update pkgs/record_use/README.md Co-authored-by: Devon Carew --- pkgs/record_use/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/record_use/README.md b/pkgs/record_use/README.md index 0e27d2bd..ea1872ac 100644 --- a/pkgs/record_use/README.md +++ b/pkgs/record_use/README.md @@ -19,6 +19,7 @@ any constant instance of the class will be recorded. This is particularly useful when using the class as an annotation. ## Example + ```dart import 'package:meta/meta.dart' show RecordUse;