copyWith method

AuthenticationCodeTypeSmsPhrase copyWith({
  1. String? firstWord,
})

Implementation

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