hasNotMeta property

bool get hasNotMeta

Returns true if this response has not meta, otherwise false.

Implementation

bool get hasNotMeta => !hasMeta;