copyWith method

CreateNewSecretChat copyWith({
  1. int? userId,
})

Implementation

CreateNewSecretChat copyWith({int? userId}) =>
    CreateNewSecretChat(userId: userId ?? this.userId);