copyWith method

TargetChatChosen copyWith({
  1. TargetChatTypes? types,
})

Implementation

TargetChatChosen copyWith({TargetChatTypes? types}) =>
    TargetChatChosen(types: types ?? this.types);