factory Distribution_ExplicitBuckets({ $core.Iterable<$core.double>? bounds, }) { final result = create(); if (bounds != null) result.bounds.addAll(bounds); return result; }