lockPermissions property

  1. @JsonKey.new(includeIfNull: false, name: 'lock_permissions')
bool? lockPermissions
final

Whether to sync permissions with the new parent

Implementation

@JsonKey(includeIfNull: false, name: 'lock_permissions')
final bool? lockPermissions;