copyWith method
Implementation
AuthenticationCodeTypeFragment copyWith({String? url, int? length}) =>
AuthenticationCodeTypeFragment(
url: url ?? this.url,
length: length ?? this.length,
);
AuthenticationCodeTypeFragment copyWith({String? url, int? length}) =>
AuthenticationCodeTypeFragment(
url: url ?? this.url,
length: length ?? this.length,
);