SettingUpsertOptionInput class abstract
- Available extensions
- Annotations
- 
    - @freezed
 
Constructors
- 
          SettingUpsertOptionInput({required String key, @SettingUpsertOptionScopeConverter() required SettingUpsertOptionScope scope, required Map<String, dynamic> value, String? description, @SettingUpsertOptionManagerRoleConverter() SettingUpsertOptionManagerRole? managerRole, Map<String, dynamic> ? $unknown})
- 
          
            constfactory
- 
          SettingUpsertOptionInput.fromJson(Map<String, Object?> json)
- 
          
            factory
Properties
- 
  $unknown
  → Map<String, dynamic> ?
- 
  
  no setterinherited
- 
  copyWith
  → $SettingUpsertOptionInputCopyWith<SettingUpsertOptionInput> 
- 
  Create a copy of SettingUpsertOptionInput
with the given fields replaced by the non-null parameter values.
  no setterinherited
- description → String?
- 
  
  no setterinherited
- hasDescription → bool
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputExtension extension no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- hasManagerRole → bool
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputExtension extension no setter
- hasNotDescription → bool
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputExtension extension no setter
- hasNotManagerRole → bool
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputExtension extension no setter
- key → String
- 
  
  no setterinherited
- managerRole → SettingUpsertOptionManagerRole?
- 
  
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- scope → SettingUpsertOptionScope
- 
  
  no setterinherited
- 
  value
  → Map<String, dynamic> 
- 
  
  no setterinherited
Methods
- 
  map<TResult extends Object?> (TResult $default(_SettingUpsertOptionInput value)) → TResult 
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputPatterns extension Aswitch-like method, using callbacks.
- 
  mapOrNull<TResult extends Object?> (TResult? $default(_SettingUpsertOptionInput value)?) → TResult? 
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputPatterns extension A variant ofmapthat fallback to returningnull.
- 
  maybeMap<TResult extends Object?> (TResult $default(_SettingUpsertOptionInput value)?, {required TResult orElse()}) → TResult 
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputPatterns extension A variant ofmapthat fallback to returningorElse.
- 
  maybeWhen<TResult extends Object?> (TResult $default(String key, SettingUpsertOptionScope scope, Map< String, dynamic> value, String? description, SettingUpsertOptionManagerRole? managerRole, Map<String, dynamic> ? $unknown)?, {required TResult orElse()}) → TResult
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputPatterns extension A variant ofwhenthat fallback to anorElsecallback.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  Serializes this SettingUpsertOptionInput to a JSON map.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  when<TResult extends Object?> (TResult $default(String key, SettingUpsertOptionScope scope, Map< String, dynamic> value, String? description, SettingUpsertOptionManagerRole? managerRole, Map<String, dynamic> ? $unknown)) → TResult
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputPatterns extension Aswitch-like method, using callbacks.
- 
  whenOrNull<TResult extends Object?> (TResult? $default(String key, SettingUpsertOptionScope scope, Map< String, dynamic> value, String? description, SettingUpsertOptionManagerRole? managerRole, Map<String, dynamic> ? $unknown)?) → TResult?
- 
      Available on SettingUpsertOptionInput, provided by the SettingUpsertOptionInputPatterns extension A variant ofwhenthat fallback to returningnull
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    knownProps
  → const List<String>