measure property

({PerformanceMeasure Function(String measureName, [PerformanceMeasureOptions? options]) $1, PerformanceMeasure Function(String measureName, [PerformanceMeasureOptions? options]) $2, PerformanceMeasure Function(String measureName, [String? startMark, String? endMark]) $3}) get measure

Overload accessor: $1, $2, $3

Implementation

({
  /// Stores the `DOMHighResTimeStamp` duration between two marks along with the
  ///  associated name (a "measure").
  _i3.PerformanceMeasure Function(
    _i2.String measureName, [
    _i3.PerformanceMeasureOptions? options,
  ]) $1,

  /// Stores the `DOMHighResTimeStamp` duration between two marks along with the
  ///  associated name (a "measure").
  _i3.PerformanceMeasure Function(
    _i2.String measureName, [
    _i3.PerformanceMeasureOptions? options,
  ]) $2,

  /// Stores the `DOMHighResTimeStamp` duration between two marks along with the
  ///  associated name (a "measure").
  _i3.PerformanceMeasure Function(
    _i2.String measureName, [
    _i2.String? startMark,
    _i2.String? endMark,
  ]) $3,
}) get measure => (
      $1: _measure$1,
      $2: _measure$2,
      $3: _measure$3,
    );