URepoApplyWritesWrites class sealed
- Available extensions
 - Annotations
 - 
    
- @freezed
 
 
Constructors
- URepoApplyWritesWrites.create({required Create data})
 - 
          
            constfactory
 - URepoApplyWritesWrites.delete({required Delete data})
 - 
          
            constfactory
 - 
          URepoApplyWritesWrites.unknown({required Map<
String, dynamic> data}) - 
          
            constfactory
 - URepoApplyWritesWrites.update({required Update data})
 - 
          
            constfactory
 
Properties
- create → Create?
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - data → Object
 - 
  
  no setterinherited
 - delete → Delete?
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - isCreate → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isDelete → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isNotCreate → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isNotDelete → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isNotUnknown → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isNotUpdate → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isUnknown → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - isUpdate → bool
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  unknown
  → Map<
String, dynamic> ? - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter - update → Update?
 - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesExtension extension
no setter 
Methods
- 
  map<
TResult extends Object?> ({required TResult create(URepoApplyWritesWritesCreate value), required TResult update(URepoApplyWritesWritesUpdate value), required TResult delete(URepoApplyWritesWritesDelete value), required TResult unknown(URepoApplyWritesWritesUnknown value)}) → TResult  - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesPatterns extension
Aswitch-like method, using callbacks. - 
  mapOrNull<
TResult extends Object?> ({TResult? create(URepoApplyWritesWritesCreate value)?, TResult? update(URepoApplyWritesWritesUpdate value)?, TResult? delete(URepoApplyWritesWritesDelete value)?, TResult? unknown(URepoApplyWritesWritesUnknown value)?}) → TResult?  - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesPatterns extension
A variant ofmapthat fallback to returningnull. - 
  maybeMap<
TResult extends Object?> ({TResult create(URepoApplyWritesWritesCreate value)?, TResult update(URepoApplyWritesWritesUpdate value)?, TResult delete(URepoApplyWritesWritesDelete value)?, TResult unknown(URepoApplyWritesWritesUnknown value)?, required TResult orElse()}) → TResult  - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesPatterns extension
A variant ofmapthat fallback to returningorElse. - 
  maybeWhen<
TResult extends Object?> ({TResult create(Create data)?, TResult update(Update data)?, TResult delete(Delete data)?, TResult unknown(Map< String, dynamic> data)?, required TResult orElse()}) → TResult - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesPatterns 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>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  when<
TResult extends Object?> ({required TResult create(Create data), required TResult update(Update data), required TResult delete(Delete data), required TResult unknown(Map< String, dynamic> data)}) → TResult - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesPatterns extension
Aswitch-like method, using callbacks. - 
  whenOrNull<
TResult extends Object?> ({TResult? create(Create data)?, TResult? update(Update data)?, TResult? delete(Delete data)?, TResult? unknown(Map< String, dynamic> data)?}) → TResult? - 
      
Available on URepoApplyWritesWrites, provided by the URepoApplyWritesWritesPatterns extension
A variant ofwhenthat fallback to returningnull 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited