com_atproto_repo_apply_writes library

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.