URepoApplyWritesWrites class sealed

Available extensions
Annotations
  • @freezed

Constructors

URepoApplyWritesWrites.create({required Create data})
const
factory
URepoApplyWritesWrites.delete({required Delete data})
const
factory
URepoApplyWritesWrites.unknown({required Map<String, dynamic> data})
const
factory
URepoApplyWritesWrites.update({required Update data})
const
factory

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

A switch-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 of map that fallback to returning null.
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 of map that fallback to returning orElse.
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 of when that fallback to an orElse callback.
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

A switch-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 of when that fallback to returning null

Operators

operator ==(Object other) bool
The equality operator.
inherited