commitEditSettings property

  1. @TagNumber(65)
bool get commitEditSettings

Commits an open transaction for any edits made to config, module config, owner, and channel settings

Implementation

@$pb.TagNumber(65)
$core.bool get commitEditSettings => $_getBF(44);
  1. @TagNumber(65)
set commitEditSettings (bool value)

Implementation

@$pb.TagNumber(65)
set commitEditSettings($core.bool value) => $_setBool(44, value);