Skip to content

Commit ba2dde4

Browse files
authored
Specify suggested format in doc comment. (#134887)
1 parent 6569395 commit ba2dde4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/flutter/lib/src/foundation/memory_allocations.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ class ObjectCreated extends ObjectEvent {
6464
});
6565

6666
/// Name of the instrumented library.
67+
///
68+
/// The format of this parameter should be a library Uri.
69+
/// For example: `'package:flutter/rendering.dart'`.
6770
final String library;
6871

6972
/// Name of the instrumented class.

0 commit comments

Comments
 (0)