toFunctionResponseType method

FunctionResponseType toFunctionResponseType()

Implementation

FunctionResponseType toFunctionResponseType() {
  switch (this) {
    case 'ReportBatchItemFailures':
      return FunctionResponseType.reportBatchItemFailures;
  }
  throw Exception('$this is not known in enum FunctionResponseType');
}