CSLivenessResult constructor

CSLivenessResult(
  1. bool real,
  2. String sessionId,
  3. String image,
  4. String? responseMessage,
)

Implementation

CSLivenessResult(this.real, this.sessionId, this.image, this.responseMessage);