Properties
-
copyWith
→ $StreamEventPatchCopyWith<StreamEventPatch>
-
no setter
-
data
→ dynamic
-
The patchset that was sent by the client to modify the server data.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
path
→ String
-
The sub path to the request were data was modified.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<TResult extends Object?>({required TResult put(StreamEventPut value), required TResult patch(StreamEventPatch value), required TResult authRevoked(StreamEventAuthRevoked value)})
→ TResult
-
inherited
-
maybeMap<TResult extends Object?>({TResult put(StreamEventPut value)?, TResult patch(StreamEventPatch value)?, TResult authRevoked(StreamEventAuthRevoked value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult put(String path, dynamic data)?, TResult patch(String path, dynamic data)?, TResult authRevoked()?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult put(String path, dynamic data), required TResult patch(String path, dynamic data), required TResult authRevoked()})
→ TResult
-
inherited