isUpdateResult property

bool get isUpdateResult

Returns true if this data is UpdateResult, otherwise false.

Implementation

bool get isUpdateResult => this is UApplyWritesResultUpdateResult;