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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.