CollectRegInfo constructor

CollectRegInfo({
  1. String? status,
  2. String? message,
  3. Data? data,
})

Implementation

CollectRegInfo({this.status, this.message, this.data});