copyWith method

GetBusinessChatLinkInfo copyWith({
  1. String? linkName,
})

Implementation

GetBusinessChatLinkInfo copyWith({String? linkName}) =>
    GetBusinessChatLinkInfo(linkName: linkName ?? this.linkName);