operationName property

String? operationName
final

A human-friendly operation identifier for the method. For example, you can assign the operationName of ListPets for the GET /pets method in the PetStore example.

Implementation

final String? operationName;