isSelf method

bool? isSelf()

Implementation

bool? isSelf() {
  return v2timMessage?.isSelf;
}