OperationInfo constructor

OperationInfo({
  1. String responseType = '',
  2. String metadataType = '',
})

Implementation

OperationInfo({this.responseType = '', this.metadataType = ''})
  : super(fullyQualifiedName);