copyWith method
Implementation
Bls12NativeFp2 copyWith({Bls12NativeFp? c0, Bls12NativeFp? c1}) {
return Bls12NativeFp2(c0: c0 ?? this.c0, c1: c1 ?? this.c1);
}
Bls12NativeFp2 copyWith({Bls12NativeFp? c0, Bls12NativeFp? c1}) {
return Bls12NativeFp2(c0: c0 ?? this.c0, c1: c1 ?? this.c1);
}