LoadedResource constructor

LoadedResource({
  1. double? duration,
  2. String? initiatorType,
  3. double? startTime,
  4. WebUri? url,
})

Implementation

LoadedResource({this.duration, this.initiatorType, this.startTime, this.url});