Hypot constructor

Hypot(
  1. Object a, {
  2. Object? b,
})

Implementation

Hypot(this.a, {this.b});