isUpdate method

bool isUpdate()

Implementation

bool isUpdate() {
  var live = _arguments.live;
  return liveChatRoomEnable() != chatRoomEnableSwitch ||
      live.password != livePassword ||
      live.liveLayout != liveLayout ||
      !listEquals(live.userUuidList, liveUids) ||
      viewChange;
}