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