copyWith method

CreateGroupCall copyWith({
  1. GroupCallJoinParameters? joinParameters,
})

Implementation

CreateGroupCall copyWith({GroupCallJoinParameters? joinParameters}) =>
    CreateGroupCall(joinParameters: joinParameters ?? this.joinParameters);