isBlocksList property
bool
get
isBlocksList
Returns true if the result is a list of blocks.
Implementation
bool get isBlocksList => _blocks != null;
Returns true if the result is a list of blocks.
bool get isBlocksList => _blocks != null;