LoadingFinishedEvent constructor

LoadingFinishedEvent({
  1. required RequestId requestId,
  2. required MonotonicTime timestamp,
  3. required num encodedDataLength,
  4. bool? shouldReportCorbBlocking,
})

Implementation

LoadingFinishedEvent(
    {required this.requestId,
    required this.timestamp,
    required this.encodedDataLength,
    this.shouldReportCorbBlocking});