copyWith method
Implementation
SendAuthenticationFirebaseSms copyWith({
String? token,
}) =>
SendAuthenticationFirebaseSms(
token: token ?? this.token,
);
SendAuthenticationFirebaseSms copyWith({
String? token,
}) =>
SendAuthenticationFirebaseSms(
token: token ?? this.token,
);