isLogCreateMessage property
bool
get
isLogCreateMessage
Returns true if this data is LogCreateMessage, otherwise false.
Implementation
bool get isLogCreateMessage => this is UGetLogLogLogCreateMessage;
Returns true if this data is LogCreateMessage, otherwise false.
bool get isLogCreateMessage => this is UGetLogLogLogCreateMessage;