LoadedResource constructor

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

Implementation

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