SettingService class base
tools.ozone.setting.*
Constructors
- SettingService(ServiceContext _ctx)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  listOptions(
{int? limit, String? cursor, SettingListOptionsScope? scope, String? prefix, List< String> ? keys, Map<String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< SettingListOptionsOutput> > - List settings with optional filtering
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  removeOptions(
{required List< String> keys, required SettingRemoveOptionsScope scope, Map<String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< EmptyData> > - Delete settings by key
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  upsertOption(
{required String key, required SettingUpsertOptionScope scope, required Map< String, dynamic> value, String? description, SettingUpsertOptionManagerRole? managerRole, Map<String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< SettingUpsertOptionOutput> > - Create or update setting option
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited