update method

  1. @internal
void update({
  1. bool? isPlaygroundActive,
})

Implementation

@internal
void update({bool? isPlaygroundActive}) {
  value = value.copyWith(isPlaygroundActive: isPlaygroundActive);
}