BOption<T> constructor

const BOption<T>(
  1. BType<T> type
)

Implementation

const BOption(this.type);