LWDResponse.ok constructor

LWDResponse.ok(
  1. dynamic body
)

Implementation

LWDResponse.ok(body) : this(200, body);