copyWith method
Implementation
@override
AuthenticationCodeTypeCall copyWith({
int? length,
}) =>
AuthenticationCodeTypeCall(
length: length ?? this.length,
);
@override
AuthenticationCodeTypeCall copyWith({
int? length,
}) =>
AuthenticationCodeTypeCall(
length: length ?? this.length,
);