response property

String? response
final

The response entity key (e.g. "user", "token").

In multi-response mode this links the method to a named entry in Schema.responses. In single-response mode this field is ignored. An array-wrapped value (e.g. ["user"]) sets responseIsList to true.

Implementation

final String? response;