AuthResp constructor
const
AuthResp({})
Implementation
const AuthResp({
required int errorCode,
String? errorMsg,
this.code,
this.state,
this.lang,
this.country,
}) : super(errorCode: errorCode, errorMsg: errorMsg);