copyWith method

TestBytes copyWith({
  1. String? value,
})

Implementation

TestBytes copyWith({String? value}) => TestBytes(value: value ?? this.value);