isBlocksList property

bool get isBlocksList

Returns true if the result is a list of blocks.

Implementation

bool get isBlocksList => _blocks != null;