eitherData property

Either<ApiError, T> eitherData

Implementation

Either<ApiError, T> get eitherData => Right(_cachedData as T);