copyWith method

GetLiveStoryAvailableMessageSenders copyWith({
  1. int? groupCallId,
})

Implementation

GetLiveStoryAvailableMessageSenders copyWith({int? groupCallId}) =>
    GetLiveStoryAvailableMessageSenders(
      groupCallId: groupCallId ?? this.groupCallId,
    );