copyWith method
Implementation
AuthenticationCodeTypeFlashCall copyWith({String? pattern}) =>
AuthenticationCodeTypeFlashCall(pattern: pattern ?? this.pattern);
AuthenticationCodeTypeFlashCall copyWith({String? pattern}) =>
AuthenticationCodeTypeFlashCall(pattern: pattern ?? this.pattern);