Unverified Commit ba2dde48 authored by Polina Cherkasova's avatar Polina Cherkasova Committed by GitHub

Specify suggested format in doc comment. (#134887)

parent 65693955
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment