isUpdateResult property
bool
get
isUpdateResult
Returns true if this data is UpdateResult, otherwise false.
Implementation
bool get isUpdateResult => this is UApplyWritesResultUpdateResult;
Returns true if this data is UpdateResult, otherwise false.
bool get isUpdateResult => this is UApplyWritesResultUpdateResult;