isLogDeleteMessage property
bool
get
isLogDeleteMessage
Returns true if this data is LogDeleteMessage, otherwise false.
Implementation
bool get isLogDeleteMessage => this is UGetLogLogLogDeleteMessage;
Returns true if this data is LogDeleteMessage, otherwise false.
bool get isLogDeleteMessage => this is UGetLogLogLogDeleteMessage;