ConfirmationCode.fromJson constructor

ConfirmationCode.fromJson(
  1. String val
)

Constructs a ConfirmationCode from the provided val.

Implementation

factory ConfirmationCode.fromJson(String val) = ConfirmationCode.unchecked;