copyWith method

Data copyWith({
  1. String? data,
})

Implementation

Data copyWith({String? data}) => Data(data: data ?? this.data);