updateBasicGroup property
Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application
Implementation
UpdateBasicGroup? get updateBasicGroup {
if (this is UpdateBasicGroup) {
return this as UpdateBasicGroup;
}
return null;
}