copyWith method

Source copyWith({
  1. String? source,
})

Implementation

Source copyWith({String? source}) {
  return Source(source: source ?? this.source);
}