UserId.fromJson constructor

UserId.fromJson(
  1. String val
)

Constructs a UserId from the provided val.

Implementation

factory UserId.fromJson(String val) = UserId;