mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Specify suggested format in doc comment. (#134887)
This commit is contained in:
parent
6569395534
commit
ba2dde48fa
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user