Class EmberObject

public
import EmberObject from '@ember/object';

Ember.Object is the main base class for all Ember objects. It is a subclass of Ember.CoreObject with the Ember.Observable mixin applied. For details, see the documentation for each of these.