LWDResponse.ok constructor

LWDResponse.ok(
  1. dynamic message
)

Implementation

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