UserNum.fromJson constructor

UserNum.fromJson(
  1. String val
)

Constructs a UserNum from the provided val.

Implementation

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