ConfirmationCode.fromJson constructor
- String val
Constructs a ConfirmationCode from the provided val
.
Implementation
factory ConfirmationCode.fromJson(String val) = ConfirmationCode.unchecked;
Constructs a ConfirmationCode from the provided val
.
factory ConfirmationCode.fromJson(String val) = ConfirmationCode.unchecked;