copyWith method

Implementation

GroupsItemsNumberBrightnessPut$RequestBody copyWith({int? data}) {
  return GroupsItemsNumberBrightnessPut$RequestBody(data: data ?? this.data);
}