isEmpty{Boolean}
If this property is true
the record is in the empty
state. Empty is the first state all records enter after they have been created. Most records created by the store will quickly transition to the loading
state if data needs to be fetched from the server or the created
state if the record is created on the client. A record can also enter the empty state if the adapter is unable to locate the record.
Please login to continue.