copyWith method

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

Implementation

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