UserTextStatus.fromJson constructor

UserTextStatus.fromJson(
  1. String val
)

Constructs a UserTextStatus from the provided val.

Implementation

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