update method
Implementation
void update({bool? isPlaygroundActive}) {
value = value.copyWith(isPlaygroundActive: isPlaygroundActive);
}
void update({bool? isPlaygroundActive}) {
value = value.copyWith(isPlaygroundActive: isPlaygroundActive);
}