GetUserStore constructor

GetUserStore({
  1. bool? status,
  2. String? msg,
  3. List<GetData>? data,
})

Implementation

GetUserStore({this.status, this.msg, this.data});