Package 

Class ViewEvent.FlutterBuildTime

    • Constructor Detail

      • ViewEvent.FlutterBuildTime

        ViewEvent.FlutterBuildTime(Number min, Number max, Number average, Number metricMax)
        Parameters:
        min - The minimum value seen for this metric during the view's lifetime.
        max - The maximum value seen for this metric during the view's lifetime.
        average - The average value for this metric during the view's lifetime.
        metricMax - The maximum possible value we could see for this metric, if such a max is relevant and can vary from session to session.