AnalysisProfile constructor

const AnalysisProfile(
  1. Type type, {
  2. List<MediaRequest> mediaList = const [],
  3. Map<String, dynamic> params = const {},
})

Implementation

const AnalysisProfile(
  this.type, {
  this.mediaList = const [],
  this.params = const {},
});