copyWith method

Implementation

FwStandardModelsSelectedCheckBoxListItem copyWith({String? value}) {
  return FwStandardModelsSelectedCheckBoxListItem(value: value ?? this.value);
}