data property

TResult data

Implementation

TResult get data =>
    _data ?? (throw ApiException('Response does not contain data.'));