FunctionParamBytesBase constructor

const FunctionParamBytesBase(
  1. String name,
  2. int size
)

Implementation

const FunctionParamBytesBase(super.name, this.size);