UserName.fromJson constructor

UserName.fromJson(
  1. String val
)

Constructs a UserName from the provided val.

Implementation

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