copyWith method

AuthenticationCodeTypeCall copyWith({
  1. int? length,
})

Implementation

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