success

fun <T> success(data: T? = null, message: String = "success"): KeelResponse<T>(source)

Create a successful response.