UserBio.fromJson constructor

UserBio.fromJson(
  1. String val
)

Constructs a UserBio from the provided val.

Implementation

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