ExecutionMethod constructor

const ExecutionMethod({
  1. required String value,
})

Implementation

const ExecutionMethod({required this.value});