AnalysisProfile constructor
const
AnalysisProfile(
- Type type, {
- List<
MediaRequest> mediaList = const [], - Map<
String, dynamic> params = const {},
Implementation
const AnalysisProfile(
this.type, {
this.mediaList = const [],
this.params = const {},
});