type property

String type
final

The type of the benchmark.

In general, it only makes sense to compare two benchmarks of the same type. They should be gathered with the same methodology, and have the same series.

Currently, the only type is flutterProfileType, and the value is ignored.

Type must be 16 ASCII characters long. Feel free to pad by spaces.

Implementation

final String type;