empty static method

BlockList empty()
override

create BlockList Empty

Implementation

static BlockList empty() {
  return BlockList({});
}