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