ConfirmationCode.unchecked constructor

const ConfirmationCode.unchecked(
  1. String val
)

Creates an object without any validation.

Implementation

const factory ConfirmationCode.unchecked(String val) = ConfirmationCode._;