RawPlaybackResult constructor

RawPlaybackResult({
  1. required Map<String, Uint8List> snapshots,
  2. List<int>? log,
  3. required AppInfo appInfo,
})

Implementation

RawPlaybackResult( {required this.snapshots, this.log,required this.appInfo});