isDeleteResult property

bool get isDeleteResult

Returns true if this data is DeleteResult, otherwise false.

Implementation

bool get isDeleteResult => this is UApplyWritesResultDeleteResult;