Buffer constructor

Buffer({int size: 32 })

Implementation

Buffer({int size = 32}) {
  _init(32);
}