isLogCreateMessage property

bool get isLogCreateMessage

Returns true if this data is LogCreateMessage, otherwise false.

Implementation

bool get isLogCreateMessage => this is UGetLogLogLogCreateMessage;