isCreated() public method

Checks if model is in created state.
public isCreated ( ) : boolean
return boolean
 /**
  * @override
  * @inheritDoc
  */
 public function isCreated()
 {
     return $this->model->isCreated();
 }