LioResponse constructor

LioResponse(
  1. int code,
  2. String message
)

Implementation

LioResponse(this.code, this.message);