OpenApiContact constructor
Creates a contact object for OpenAPI documentation.
Parameters:
nameThe name of the contact person (optional).emailThe email address of the contact person (optional).
Implementation
const OpenApiContact({
this.name,
this.email,
});