copyWith method

  1. @override
AuthenticationCodeTypeFlashCall copyWith({
  1. String? pattern,
})
override

Implementation

@override
AuthenticationCodeTypeFlashCall copyWith({
  String? pattern,
}) => AuthenticationCodeTypeFlashCall(
  pattern: pattern ?? this.pattern,
);