LRSResponse<T> constructor

LRSResponse<T>({
  1. bool? success,
  2. String? errMsg,
  3. T? data,
})

Implementation

LRSResponse({this.success, this.errMsg, this.data});