copyWith method

SessionConfigGroupId copyWith({
  1. Object? value = _acpCopyWithAbsent,
})

Implementation

SessionConfigGroupId copyWith({Object? value = _acpCopyWithAbsent}) =>
    SessionConfigGroupId(
      identical(value, _acpCopyWithAbsent) ? this.value : value as String,
    );