fromJson static method
- String json
Implementation
static UserJoined fromJson(String json) {
return ensureInitialized().decodeJson<UserJoined>(json);
}
static UserJoined fromJson(String json) {
return ensureInitialized().decodeJson<UserJoined>(json);
}