ApiResponse<T> constructor
Creates an instance of ApiBodyField.
name - The name of the body field.
def - Optional default value for the body field.
description - Optional description of the body field.
isRequired - Indicates whether the body field is required.
Implementation
ApiResponse(
this.name, {
this.def,
this.description,
});