CkAuthResult<T>.success constructor
Implementation
const CkAuthResult.success({
this.data,
this.message,
this.statusCode,
this.rawResponse,
}) : isSuccess = true,
requiresOtp = false,
otpTrigger = null;