com_atproto_repo_apply_writes library
Classes
- ApplyWritesOutput
- https://atprotodart.com/docs/lexicons/com/atproto/repo/applyWrites#main
- ApplyWritesOutputConverter
- Create
- Operation which creates a new record.
- CreateConverter
- CreateResult
- https://atprotodart.com/docs/lexicons/com/atproto/repo/applyWrites#createresult
- CreateResultConverter
- Delete
- Operation which deletes an existing record.
- DeleteConverter
- DeleteResult
- https://atprotodart.com/docs/lexicons/com/atproto/repo/applyWrites#deleteresult
- DeleteResultConverter
- UApplyWritesResult
- UApplyWritesResultConverter
- UApplyWritesResultCreateResult
- UApplyWritesResultDeleteResult
- UApplyWritesResultUnknown
- UApplyWritesResultUpdateResult
- UApplyWritesWrite
- UApplyWritesWriteConverter
- UApplyWritesWriteCreate
- UApplyWritesWriteDelete
- UApplyWritesWriteUnknown
- UApplyWritesWriteUpdate
- UCreateResultValidationStatus
- Overview
- UCreateResultValidationStatusConverter
- UCreateResultValidationStatusKnownValue
- UCreateResultValidationStatusUnknownValue
- Update
- Operation which updates an existing record.
- UpdateConverter
- UpdateResult
- https://atprotodart.com/docs/lexicons/com/atproto/repo/applyWrites#updateresult
- UpdateResultConverter
- UUpdateResultValidationStatus
- Overview
- UUpdateResultValidationStatusConverter
- UUpdateResultValidationStatusKnownValue
- UUpdateResultValidationStatusUnknownValue
Enums
- KnownCreateResultValidationStatus
- Overview
- KnownUpdateResultValidationStatus
- Overview
Extensions
- $ApplyWritesOutputExtension on ApplyWritesOutput
- $CreateExtension on Create
- $CreateResultExtension on CreateResult
- $DeleteExtension on Delete
- $DeleteResultExtension on DeleteResult
- $KnownCreateResultValidationStatusExtension on KnownCreateResultValidationStatus
- $KnownUpdateResultValidationStatusExtension on KnownUpdateResultValidationStatus
- $UApplyWritesResultExtension on UApplyWritesResult
- $UApplyWritesWriteExtension on UApplyWritesWrite
- $UCreateResultValidationStatusExtension on UCreateResultValidationStatus
- $UpdateExtension on Update
- $UpdateResultExtension on UpdateResult
- $UUpdateResultValidationStatusExtension on UUpdateResultValidationStatus
Functions
-
isCreate(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is Create, otherwise false. -
isCreateResult(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is CreateResult, otherwise false. -
isDelete(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is Delete, otherwise false. -
isDeleteResult(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is DeleteResult, otherwise false. -
isUpdate(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is Update, otherwise false. -
isUpdateResult(
Map< String, dynamic> ? object) → bool -
Returns true if
object
is UpdateResult, otherwise false.