User.fromRawJson constructor

User.fromRawJson(
  1. String str
)

Implementation

factory User.fromRawJson(String str) => User.fromJson(json.decode(str));