toJson method

String toJson()

Implementation

String toJson() {
  return UserActionSearchModelMapper.ensureInitialized()
      .encodeJson<UserActionSearchModel>(this as UserActionSearchModel);
}