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