Holds a reference to the response object
The registered translations on this instance
Returns the type of state
Returns the reference to the raw response object
Destroys the internal state object
Returns the value of the initial state
Returns all key and value pairs that are currently inside the state
Returns true if a certain key exists in the state
Similar to "has" but also checks if the value on a key is "empty". If the value is considered empty this method will return false Empty values are: NULL, undefined, 0, "", " ", {}, [] and empty Maps and Sets
By default zero (0) is not seen as "empty" if you set this to true, it will be, tho
Generated using TypeDoc
will be removed in v3.0 - Use "Resource" instead