copyWith method
Implementation
AuthenticationCodeTypeSmsPhrase copyWith({String? firstWord}) =>
AuthenticationCodeTypeSmsPhrase(firstWord: firstWord ?? this.firstWord);
AuthenticationCodeTypeSmsPhrase copyWith({String? firstWord}) =>
AuthenticationCodeTypeSmsPhrase(firstWord: firstWord ?? this.firstWord);