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