Inductance constructor

const Inductance([
  1. num value = 0
])

Implementation

const Inductance([
  super.value,
]);