pageBlockChatLink property
A link to a chat
Implementation
PageBlockChatLink? get pageBlockChatLink {
if (this is PageBlockChatLink) {
return this as PageBlockChatLink;
}
return null;
}
A link to a chat
PageBlockChatLink? get pageBlockChatLink {
if (this is PageBlockChatLink) {
return this as PageBlockChatLink;
}
return null;
}