SettingsResource class
Constructors
- SettingsResource(ApiRequester client)
 
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
- 
  get(
String setting, {String? $fields}) → Future< Setting>  - Returns a single user setting.
 - 
  list(
{int? maxResults, String? pageToken, String? syncToken, String? $fields}) → Future< Settings>  - Returns all user settings for the authenticated user.
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  watch(
Channel request, {int? maxResults, String? pageToken, String? syncToken, String? $fields}) → Future< Channel>  - Watch for changes to Settings resources.
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited