pushMessageContentChatSetBackground property

PushMessageContentChatSetBackground? pushMessageContentChatSetBackground

A chat background was edited

Implementation

PushMessageContentChatSetBackground? get pushMessageContentChatSetBackground {
  if (this is PushMessageContentChatSetBackground) {
    return this as PushMessageContentChatSetBackground;
  }
  return null;
}