SupportedOperation constructor

SupportedOperation({
  1. String? operationName,
})

Implementation

SupportedOperation({
  this.operationName,
});