Size constructor

const Size([
  1. int size = 0
])

Constructs a Size annotation.

  • size: The size of the array. Defaults to 0.

Implementation

const Size([this.size = 0]);