asObject property

CObject? asObject

The data object is represented as a JSON object.

Implementation

CObject? get asObject => data as CObject?;