From ba2dde48fa135e1d0eeaac45948af3c8d692f2b8 Mon Sep 17 00:00:00 2001 From: Polina Cherkasova Date: Tue, 19 Sep 2023 15:33:29 -0700 Subject: [PATCH] Specify suggested format in doc comment. (#134887) --- packages/flutter/lib/src/foundation/memory_allocations.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/flutter/lib/src/foundation/memory_allocations.dart b/packages/flutter/lib/src/foundation/memory_allocations.dart index dd918dd6254..abc6481858c 100644 --- a/packages/flutter/lib/src/foundation/memory_allocations.dart +++ b/packages/flutter/lib/src/foundation/memory_allocations.dart @@ -64,6 +64,9 @@ class ObjectCreated extends ObjectEvent { }); /// Name of the instrumented library. + /// + /// The format of this parameter should be a library Uri. + /// For example: `'package:flutter/rendering.dart'`. final String library; /// Name of the instrumented class.