Specify suggested format in doc comment. (#134887)

This commit is contained in:
Polina Cherkasova
2023-09-19 15:33:29 -07:00
committed by GitHub
parent 6569395534
commit ba2dde48fa

View File

@@ -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.