UserInfo.fromJson constructor

UserInfo.fromJson(
  1. String str
)

Implementation

factory UserInfo.fromJson(String str) => UserInfo.fromMap(json.decode(str));