copyWith method

MessageAutoDeleteTime copyWith({
  1. int? time,
})

Implementation

MessageAutoDeleteTime copyWith({int? time}) =>
    MessageAutoDeleteTime(time: time ?? this.time);