copyWith method

InputFileId copyWith({
  1. int? id,
})

Implementation

InputFileId copyWith({int? id}) => InputFileId(id: id ?? this.id);