blocks property

List<Block> get blocks

The list of blocks for when the response is for blocks.

Implementation

List<Block> get blocks => isEmpty ? [] : _blocks!;