fromJson static method

UserActionSearchModel fromJson(
  1. String json
)

Implementation

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