copyWith method

Count copyWith({
  1. int? count,
})

Implementation

Count copyWith({int? count}) => Count(count: count ?? this.count);