ActiveDouble.setToZero constructor
ActiveDouble.setToZero({
- String? typeName,
Implementation
factory ActiveDouble.setToZero({String? typeName}) {
return ActiveDouble(0, typeName: typeName);
}