ExecutionProfile constructor

const ExecutionProfile({
  1. required String tagExpression,
  2. Map<String, Object?> extensions = const {},
})

Implementation

const ExecutionProfile({
  required this.tagExpression,
  this.extensions = const {},
});