Int constructor

Int([
  1. BigInt? _v
])

Implementation

Int([this._v]) {

}