UpdateBasicGroup constructor
const
UpdateBasicGroup({
- required BasicGroup basicGroup,
- dynamic extra,
- int? clientId,
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
const UpdateBasicGroup({
required this.basicGroup,
this.extra,
this.clientId,
});