LioErrorResponse constructor

LioErrorResponse({
  1. int? code,
  2. String? reason,
})

Implementation

LioErrorResponse({this.code, this.reason});