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