EloginRespInfo constructor

EloginRespInfo({
  1. bool success = false,
  2. String gyuId = '',
  3. String number = '',
  4. int expiredTime = 0,
  5. String processId = '',
  6. String token = '',
  7. Map<String, dynamic>? json,
})

Implementation

EloginRespInfo({this.success = false,this.gyuId = '',this.number = '',this.expiredTime = 0,this.processId = '',this.token = '', Map<String, dynamic>? json});